#55183D

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

Shades of Blackberry #55183D

Tints of Blackberry #55183D

Color information

#55183D (or 0x55183D) is unknown color: approx Blackberry. HEX triplet: 55, 18 and 3D. RGB value is (85,24,61). Sum of RGB (Red+Green+Blue) = 85+24+61=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55183D is #AAE7C2. Grayscale: #2E2E2E. Windows color (decimal): -11200451 or 4003925. OLE color: 4003925.

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

Color convert

RGB852461-
CMYK00.720.280.67
HSL323.61º55.96%21.37%-
HSV(B)323.61º71.76%33.33%-
XYZ4.922.924.72-
YUV46.46136.21155.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=50%
G=14.12%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85246100.720.280.67323.6155.9621.37
Hex55183D0481C431443815
Octal12530750110341035047025
Binary1010101110001111010100100011100100001110100010011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55183D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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