#55082D

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

Shades of Blackberry #55082D

Tints of Blackberry #55082D

Color information

#55082D (or 0x55082D) is unknown color: approx Blackberry. HEX triplet: 55, 08 and 2D. RGB value is (85,8,45). Sum of RGB (Red+Green+Blue) = 85+8+45=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #55082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55082D is #AAF7D2. Grayscale: #232323. Windows color (decimal): -11204563 or 2951253. OLE color: 2951253.

HSL color Cylindrical-coordinate representation of color #55082D: hue angle of 331.17º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55082D is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB85845-
CMYK00.910.470.67
HSL331.17º82.8%18.24%-
HSV(B)331.17º90.59%33.33%-
XYZ4.312.292.7-
YUV35.24133.51163.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.59%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=61.59%
G=5.80%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8584500.910.470.67331.1782.818.24
Hex5582D05B2F4314b5312
Octal125105501335710351312322
Binary10101011000101101010110111011111000011101001011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,8,45); }

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

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

 a { background-color: rgb(85,8,45); }

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

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

 span { border-color: rgb(85,8,45); }

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