#510828

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

Shades of Blackberry #510828

Tints of Blackberry #510828

Color information

#510828 (or 0x510828) is unknown color: approx Blackberry. HEX triplet: 51, 08 and 28. RGB value is (81,8,40). Sum of RGB (Red+Green+Blue) = 81+8+40=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #510828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510828 is #AEF7D7. Grayscale: #212121. Windows color (decimal): -11466712 or 2623569. OLE color: 2623569.

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

Color convert

RGB81840-
CMYK00.900.510.68
HSL333.7º82.02%17.45%-
HSV(B)333.7º90.12%31.76%-
XYZ3.862.082.2-
YUV33.48131.68161.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 62.79%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=62.79%
G=6.20%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8184000.900.510.68333.782.0217.45
Hex5182805A334414e5211
Octal121105001326310451612221
Binary10100011000101000010110101100111000100101001110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510828; }

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

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

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

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

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

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

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

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