#510122

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

Shades of Blackberry #510122

Tints of Blackberry #510122

Color information

#510122 (or 0x510122) is unknown color: approx Blackberry. HEX triplet: 51, 01 and 22. RGB value is (81,1,34). Sum of RGB (Red+Green+Blue) = 81+1+34=116 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.83% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 81 - color contains mainly: red. Hex color #510122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510122 is #AEFEDD. Grayscale: #1C1C1C. Windows color (decimal): -11468510 or 2228561. OLE color: 2228561.

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

Color convert

RGB81134-
CMYK00.990.580.68
HSL335.25º97.56%16.08%-
HSV(B)335.25º98.77%31.76%-
XYZ3.691.891.68-
YUV28.68131165.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 69.83%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 34 (13.67% from 255) = 29.31%
R=69.83%
G=0.86%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8113400.990.580.68335.2597.5616.08
Hex511220633A4414f6210
Octal12114201437210451714220
Binary10100011100010011000111110101000100101001111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510122; }

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

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

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

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

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

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

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

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