#510932

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

Shades of Blackberry #510932

Tints of Blackberry #510932

Color information

#510932 (or 0x510932) is unknown color: approx Blackberry. HEX triplet: 51, 09 and 32. RGB value is (81,9,50). Sum of RGB (Red+Green+Blue) = 81+9+50=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #510932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510932 is #AEF6CD. Grayscale: #232323. Windows color (decimal): -11466446 or 3279185. OLE color: 3279185.

HSL color Cylindrical-coordinate representation of color #510932: hue angle of 325.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510932 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB81950-
CMYK00.890.380.68
HSL325.83º80%17.65%-
HSV(B)325.83º88.89%31.76%-
XYZ4.072.173.22-
YUV35.2136.35160.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=57.86%
G=6.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8195000.890.380.68325.838017.65
Hex5193205926441465012
Octal121116201314610450612022
Binary10100011001110010010110011001101000100101000110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510932; }

 p { color: rgb(81,9,50); }

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

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

 a { background-color: rgb(81,9,50); }

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

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

 span { border-color: rgb(81,9,50); }

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