#510825

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

Shades of Blackberry #510825

Tints of Blackberry #510825

Color information

#510825 (or 0x510825) is unknown color: approx Blackberry. HEX triplet: 51, 08 and 25. RGB value is (81,8,37). Sum of RGB (Red+Green+Blue) = 81+8+37=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #510825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510825 is #AEF7DA. Grayscale: #212121. Windows color (decimal): -11466715 or 2426961. OLE color: 2426961.

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

Color convert

RGB81837-
CMYK00.900.540.68
HSL336.16º82.02%17.45%-
HSV(B)336.16º90.12%31.76%-
XYZ3.812.061.95-
YUV33.13130.18162.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 8 (3.52% from 255) = 6.35%
BLUE value IS 37 (14.84% from 255) = 29.37%
R=64.29%
G=6.35%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8183700.900.540.68336.1682.0217.45
Hex5182505A36441505211
Octal121104501326610452012221
Binary10100011000100101010110101101101000100101010000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510825; }

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

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

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

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

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

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

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

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