#51052D

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

Shades of Blackberry #51052D

Tints of Blackberry #51052D

Color information

#51052D (or 0x51052D) is unknown color: approx Blackberry. HEX triplet: 51, 05 and 2D. RGB value is (81,5,45). Sum of RGB (Red+Green+Blue) = 81+5+45=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #51052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51052D is #AEFAD2. Grayscale: #202020. Windows color (decimal): -11467475 or 2950481. OLE color: 2950481.

HSL color Cylindrical-coordinate representation of color #51052D: hue angle of 328.42º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #51052D is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB81545-
CMYK00.940.440.68
HSL328.42º88.37%16.86%-
HSV(B)328.42º93.83%31.76%-
XYZ3.922.052.67-
YUV32.28135.18162.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 45 (17.97% from 255) = 34.35%
R=61.83%
G=3.82%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8154500.940.440.68328.4288.3716.86
Hex5152D05E2C441485811
Octal12155501365410451013021
Binary1010001101101101010111101011001000100101001000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51052D; }

 p { color: rgb(81,5,45); }

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

<style>
 a { background-color: #51052D; }

 a { background-color: rgb(81,5,45); }

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

<style>
 span { border-color: #51052D; }

 span { border-color: rgb(81,5,45); }

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