#550424

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

Shades of Blackberry #550424

Tints of Blackberry #550424

Color information

#550424 (or 0x550424) is unknown color: approx Blackberry. HEX triplet: 55, 04 and 24. RGB value is (85,4,36). Sum of RGB (Red+Green+Blue) = 85+4+36=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #550424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550424 is #AAFBDB. Grayscale: #1F1F1F. Windows color (decimal): -11205596 or 2360405. OLE color: 2360405.

HSL color Cylindrical-coordinate representation of color #550424: hue angle of 336.3º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550424 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB85436-
CMYK00.950.580.67
HSL336.3º91.01%17.45%-
HSV(B)336.3º95.29%33.33%-
XYZ4.112.151.87-
YUV31.87130.34165.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=68%
G=3.2%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8543600.950.580.67336.391.0117.45
Hex5542405F3A431505b11
Octal12544401377210352013321
Binary1010101100100100010111111110101000011101010000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550424; }

 p { color: rgb(85,4,36); }

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

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

 a { background-color: rgb(85,4,36); }

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

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

 span { border-color: rgb(85,4,36); }

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