#510732

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

Shades of Blackberry #510732

Tints of Blackberry #510732

Color information

#510732 (or 0x510732) is unknown color: approx Blackberry. HEX triplet: 51, 07 and 32. RGB value is (81,7,50). Sum of RGB (Red+Green+Blue) = 81+7+50=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #510732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510732 is #AEF8CD. Grayscale: #212121. Windows color (decimal): -11466958 or 3278673. OLE color: 3278673.

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

Color convert

RGB81750-
CMYK00.910.380.68
HSL325.14º84.09%17.25%-
HSV(B)325.14º91.36%31.76%-
XYZ4.052.133.22-
YUV34.03137.02161.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=58.70%
G=5.07%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8175000.910.380.68325.1484.0917.25
Hex5173205B26441455411
Octal12176201334610450512421
Binary1010001111110010010110111001101000100101000101101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510732; }

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

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

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

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

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

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

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

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