#510326

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

Shades of Blackberry #510326

Tints of Blackberry #510326

Color information

#510326 (or 0x510326) is unknown color: approx Blackberry. HEX triplet: 51, 03 and 26. RGB value is (81,3,38). Sum of RGB (Red+Green+Blue) = 81+3+38=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #510326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510326 is #AEFCD9. Grayscale: #1E1E1E. Windows color (decimal): -11467994 or 2491217. OLE color: 2491217.

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

Color convert

RGB81338-
CMYK00.960.530.68
HSL333.08º92.86%16.47%-
HSV(B)333.08º96.3%31.76%-
XYZ3.781.952.01-
YUV30.31132.34164.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.39%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=66.39%
G=2.46%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8133800.960.530.68333.0892.8616.47
Hex51326060354414d5d10
Octal12134601406510451513520
Binary101000111100110011000001101011000100101001101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510326; }

 p { color: rgb(81,3,38); }

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

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

 a { background-color: rgb(81,3,38); }

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

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

 span { border-color: rgb(81,3,38); }

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