#55142F

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

Shades of Blackberry #55142F

Tints of Blackberry #55142F

Color information

#55142F (or 0x55142F) is unknown color: approx Blackberry. HEX triplet: 55, 14 and 2F. RGB value is (85,20,47). Sum of RGB (Red+Green+Blue) = 85+20+47=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55142F is #AAEBD0. Grayscale: #2A2A2A. Windows color (decimal): -11201489 or 3085397. OLE color: 3085397.

HSL color Cylindrical-coordinate representation of color #55142F: hue angle of 335.08º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55142F is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB852047-
CMYK00.760.450.67
HSL335.08º61.9%20.59%-
HSV(B)335.08º76.47%33.33%-
XYZ4.512.642.96-
YUV42.51130.53158.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=55.92%
G=13.16%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85204700.760.450.67335.0861.920.59
Hex55142F04C2D4314f3e15
Octal12524570114551035177625
Binary10101011010010111101001100101101100001110100111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55142F; }

 p { color: rgb(85,20,47); }

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

<style>
 a { background-color: #55142F; }

 a { background-color: rgb(85,20,47); }

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

<style>
 span { border-color: #55142F; }

 span { border-color: rgb(85,20,47); }

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