#510833

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

Shades of Blackberry #510833

Tints of Blackberry #510833

Color information

#510833 (or 0x510833) is unknown color: approx Blackberry. HEX triplet: 51, 08 and 33. RGB value is (81,8,51). Sum of RGB (Red+Green+Blue) = 81+8+51=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #510833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510833 is #AEF7CC. Grayscale: #222222. Windows color (decimal): -11466701 or 3344465. OLE color: 3344465.

HSL color Cylindrical-coordinate representation of color #510833: hue angle of 324.66º 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 #510833 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB81851-
CMYK00.900.370.68
HSL324.66º82.02%17.45%-
HSV(B)324.66º90.12%31.76%-
XYZ4.082.163.33-
YUV34.73137.18161-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.86%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=57.86%
G=5.71%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8185100.900.370.68324.6682.0217.45
Hex5183305A25441455211
Octal121106301324510450512221
Binary10100011000110011010110101001011000100101000101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510833; }

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

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

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

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

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

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

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

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