#51072E

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

Shades of Blackberry #51072E

Tints of Blackberry #51072E

Color information

#51072E (or 0x51072E) is unknown color: approx Blackberry. HEX triplet: 51, 07 and 2E. RGB value is (81,7,46). Sum of RGB (Red+Green+Blue) = 81+7+46=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #51072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51072E is #AEF8D1. Grayscale: #212121. Windows color (decimal): -11466962 or 3016529. OLE color: 3016529.

HSL color Cylindrical-coordinate representation of color #51072E: hue angle of 328.38º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51072E is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB81746-
CMYK00.910.430.68
HSL328.38º84.09%17.25%-
HSV(B)328.38º91.36%31.76%-
XYZ3.962.12.78-
YUV33.57135.02161.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=60.45%
G=5.22%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8174600.910.430.68328.3884.0917.25
Hex5172E05B2B441485411
Octal12175601335310451012421
Binary1010001111101110010110111010111000100101001000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51072E; }

 p { color: rgb(81,7,46); }

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

<style>
 a { background-color: #51072E; }

 a { background-color: rgb(81,7,46); }

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

<style>
 span { border-color: #51072E; }

 span { border-color: rgb(81,7,46); }

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