#51072B

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

Shades of Blackberry #51072B

Tints of Blackberry #51072B

Color information

#51072B (or 0x51072B) is unknown color: approx Blackberry. HEX triplet: 51, 07 and 2B. RGB value is (81,7,43). Sum of RGB (Red+Green+Blue) = 81+7+43=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #51072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51072B is #AEF8D4. Grayscale: #212121. Windows color (decimal): -11466965 or 2819921. OLE color: 2819921.

HSL color Cylindrical-coordinate representation of color #51072B: hue angle of 330.81º 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 #51072B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB81743-
CMYK00.910.470.68
HSL330.81º84.09%17.25%-
HSV(B)330.81º91.36%31.76%-
XYZ3.912.082.48-
YUV33.23133.52162.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=61.83%
G=5.34%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8174300.910.470.68330.8184.0917.25
Hex5172B05B2F4414b5411
Octal12175301335710451312421
Binary1010001111101011010110111011111000100101001011101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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