#55183C

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

Shades of Blackberry #55183C

Tints of Blackberry #55183C

Color information

#55183C (or 0x55183C) is unknown color: approx Blackberry. HEX triplet: 55, 18 and 3C. RGB value is (85,24,60). Sum of RGB (Red+Green+Blue) = 85+24+60=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55183C is #AAE7C3. Grayscale: #2E2E2E. Windows color (decimal): -11200452 or 3938389. OLE color: 3938389.

HSL color Cylindrical-coordinate representation of color #55183C: hue angle of 324.59º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55183C is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB852460-
CMYK00.720.290.67
HSL324.59º55.96%21.37%-
HSV(B)324.59º71.76%33.33%-
XYZ4.892.914.58-
YUV46.34135.71155.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=50.30%
G=14.20%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85246000.720.290.67324.5955.9621.37
Hex55183C0481D431453815
Octal12530740110351035057025
Binary1010101110001111000100100011101100001110100010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55183C; }

 p { color: rgb(85,24,60); }

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

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

 a { background-color: rgb(85,24,60); }

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

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

 span { border-color: rgb(85,24,60); }

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