#55133A

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

Shades of Blackberry #55133A

Tints of Blackberry #55133A

Color information

#55133A (or 0x55133A) is unknown color: approx Blackberry. HEX triplet: 55, 13 and 3A. RGB value is (85,19,58). Sum of RGB (Red+Green+Blue) = 85+19+58=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55133A is #AAECC5. Grayscale: #2B2B2B. Windows color (decimal): -11201734 or 3806037. OLE color: 3806037.

HSL color Cylindrical-coordinate representation of color #55133A: hue angle of 324.55º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55133A is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB851958-
CMYK00.780.320.67
HSL324.55º63.46%20.39%-
HSV(B)324.55º77.65%33.33%-
XYZ4.742.74.27-
YUV43.18136.37157.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=52.47%
G=11.73%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85195800.780.320.67324.5563.4620.39
Hex55133A04E20431453f14
Octal12523720116401035057724
Binary10101011001111101001001110100000100001110100010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55133A; }

 p { color: rgb(85,19,58); }

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

<style>
 a { background-color: #55133A; }

 a { background-color: rgb(85,19,58); }

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

<style>
 span { border-color: #55133A; }

 span { border-color: rgb(85,19,58); }

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