#55183E

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

Shades of Blackberry #55183E

Tints of Blackberry #55183E

Color information

#55183E (or 0x55183E) is unknown color: approx Blackberry. HEX triplet: 55, 18 and 3E. RGB value is (85,24,62). Sum of RGB (Red+Green+Blue) = 85+24+62=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55183E is #AAE7C1. Grayscale: #2E2E2E. Windows color (decimal): -11200450 or 4069461. OLE color: 4069461.

HSL color Cylindrical-coordinate representation of color #55183E: hue angle of 322.62º 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 #55183E is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB852462-
CMYK00.720.270.67
HSL322.62º55.96%21.37%-
HSV(B)322.62º71.76%33.33%-
XYZ4.942.934.86-
YUV46.57136.71155.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=49.71%
G=14.04%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85246200.720.270.67322.6255.9621.37
Hex55183E0481B431433815
Octal12530760110331035037025
Binary1010101110001111100100100011011100001110100001111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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