#550F2A

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

Shades of Blackberry #550F2A

Tints of Blackberry #550F2A

Color information

#550F2A (or 0x550F2A) is unknown color: approx Blackberry. HEX triplet: 55, 0F and 2A. RGB value is (85,15,42). Sum of RGB (Red+Green+Blue) = 85+15+42=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #550F2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F2A is #AAF0D5. Grayscale: #262626. Windows color (decimal): -11202774 or 2756437. OLE color: 2756437.

HSL color Cylindrical-coordinate representation of color #550F2A: hue angle of 336.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #550F2A is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB851542-
CMYK00.820.510.67
HSL336.86º70%19.61%-
HSV(B)336.86º82.35%33.33%-
XYZ4.342.442.43-
YUV39.01129.69160.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 15 (6.25% from 255) = 10.56%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=59.86%
G=10.56%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85154200.820.510.67336.867019.61
Hex55F2A05233431514614
Octal125175201226310352110624
Binary10101011111101010010100101100111000011101010001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,15,42); }

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

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

 a { background-color: rgb(85,15,42); }

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

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

 span { border-color: rgb(85,15,42); }

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