#550C2B

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

Shades of Blackberry #550C2B

Tints of Blackberry #550C2B

Color information

#550C2B (or 0x550C2B) is unknown color: approx Blackberry. HEX triplet: 55, 0C and 2B. RGB value is (85,12,43). Sum of RGB (Red+Green+Blue) = 85+12+43=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #550C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550C2B is #AAF3D4. Grayscale: #252525. Windows color (decimal): -11203541 or 2821205. OLE color: 2821205.

HSL color Cylindrical-coordinate representation of color #550C2B: hue angle of 334.52º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550C2B is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB851243-
CMYK00.860.490.67
HSL334.52º75.26%19.02%-
HSV(B)334.52º85.88%33.33%-
XYZ4.312.372.52-
YUV37.36131.18161.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 12 (5.08% from 255) = 8.57%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=60.71%
G=8.57%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85124300.860.490.67334.5275.2619.02
Hex55C2B056314314f4b13
Octal125145301266110351711323
Binary10101011100101011010101101100011000011101001111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550C2B; }

 p { color: rgb(85,12,43); }

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

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

 a { background-color: rgb(85,12,43); }

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

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

 span { border-color: rgb(85,12,43); }

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