#51022B

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

Shades of Blackberry #51022B

Tints of Blackberry #51022B

Color information

#51022B (or 0x51022B) is unknown color: approx Blackberry. HEX triplet: 51, 02 and 2B. RGB value is (81,2,43). Sum of RGB (Red+Green+Blue) = 81+2+43=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #51022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51022B is #AEFDD4. Grayscale: #1E1E1E. Windows color (decimal): -11468245 or 2818641. OLE color: 2818641.

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

Color convert

RGB81243-
CMYK00.980.470.68
HSL328.86º95.18%16.27%-
HSV(B)328.86º97.53%31.76%-
XYZ3.851.972.46-
YUV30.3135.17164.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=64.29%
G=1.59%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8124300.980.470.68328.8695.1816.27
Hex5122B0622F441495f10
Octal12125301425710451113720
Binary101000110101011011000101011111000100101001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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