#551433

Color #551433 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #551433

Tints of Blackberry #551433

Color information

#551433 (or 0x551433) is unknown color: approx Blackberry. HEX triplet: 55, 14 and 33. RGB value is (85,20,51). Sum of RGB (Red+Green+Blue) = 85+20+51=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #551433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551433 is #AAEBCC. Grayscale: #2A2A2A. Windows color (decimal): -11201485 or 3347541. OLE color: 3347541.

HSL color Cylindrical-coordinate representation of color #551433: hue angle of 331.38º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551433 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB852051-
CMYK00.760.400.67
HSL331.38º61.9%20.59%-
HSV(B)331.38º76.47%33.33%-
XYZ4.592.673.41-
YUV42.97132.53157.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 51 (20.31% from 255) = 32.69%
R=54.49%
G=12.82%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85205100.760.400.67331.3861.920.59
Hex55143304C284314b3e15
Octal12524630114501035137625
Binary10101011010011001101001100101000100001110100101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551433; }

 p { color: rgb(85,20,51); }

 H1.HeaderClassName
 {
   color: #551433;
 }
 .AnyTagClassName
 {
   color: #551433;
 }
</style>
background-color css

<style>
 a { background-color: #551433; }

 a { background-color: rgb(85,20,51); }

 div.DivClassName
 {
   background-color: #551433;
 }
 .BgClassName
 {
   background-color: #551433;
 }
</style>
border-color css

<style>
 span { border-color: #551433; }

 span { border-color: rgb(85,20,51); }

 td.TdClassName
 {
   border-color: #551433;
 }
 .TagClassName
 {
   border-color: #551433;
 }
</style>