#51142B

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

Shades of Blackberry #51142B

Tints of Blackberry #51142B

Color information

#51142B (or 0x51142B) is unknown color: approx Blackberry. HEX triplet: 51, 14 and 2B. RGB value is (81,20,43). Sum of RGB (Red+Green+Blue) = 81+20+43=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #51142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51142B is #AEEBD4. Grayscale: #282828. Windows color (decimal): -11463637 or 2823249. OLE color: 2823249.

HSL color Cylindrical-coordinate representation of color #51142B: hue angle of 337.38º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51142B is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB812043-
CMYK00.750.470.68
HSL337.38º60.4%19.8%-
HSV(B)337.38º75.31%31.76%-
XYZ4.082.422.54-
YUV40.86129.21156.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=56.25%
G=13.89%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81204300.750.470.68337.3860.419.8
Hex51142B04B2F441513c14
Octal12124530113571045217424
Binary10100011010010101101001011101111100010010101000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51142B; }

 p { color: rgb(81,20,43); }

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

<style>
 a { background-color: #51142B; }

 a { background-color: rgb(81,20,43); }

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

<style>
 span { border-color: #51142B; }

 span { border-color: rgb(81,20,43); }

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