#510832

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

Shades of Blackberry #510832

Tints of Blackberry #510832

Color information

#510832 (or 0x510832) is unknown color: approx Blackberry. HEX triplet: 51, 08 and 32. RGB value is (81,8,50). Sum of RGB (Red+Green+Blue) = 81+8+50=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #510832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510832 is #AEF7CD. Grayscale: #222222. Windows color (decimal): -11466702 or 3278929. OLE color: 3278929.

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

Color convert

RGB81850-
CMYK00.900.380.68
HSL325.48º82.02%17.45%-
HSV(B)325.48º90.12%31.76%-
XYZ4.062.153.22-
YUV34.62136.68161.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.27%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=58.27%
G=5.76%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8185000.900.380.68325.4882.0217.45
Hex5183205A26441455211
Octal121106201324610450512221
Binary10100011000110010010110101001101000100101000101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510832; }

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

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

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

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

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

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

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

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