#510222

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

Shades of Blackberry #510222

Tints of Blackberry #510222

Color information

#510222 (or 0x510222) is unknown color: approx Blackberry. HEX triplet: 51, 02 and 22. RGB value is (81,2,34). Sum of RGB (Red+Green+Blue) = 81+2+34=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #510222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510222 is #AEFDDD. Grayscale: #1D1D1D. Windows color (decimal): -11468254 or 2228817. OLE color: 2228817.

HSL color Cylindrical-coordinate representation of color #510222: hue angle of 335.7º 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 #510222 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB81234-
CMYK00.980.580.68
HSL335.7º95.18%16.27%-
HSV(B)335.7º97.53%31.76%-
XYZ3.71.911.69-
YUV29.27130.67164.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 69.23%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 34 (13.67% from 255) = 29.06%
R=69.23%
G=1.71%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8123400.980.580.68335.795.1816.27
Hex512220623A441505f10
Octal12124201427210452013720
Binary101000110100010011000101110101000100101010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510222; }

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

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

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

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

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

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

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

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