#510936

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

Shades of Blackberry #510936

Tints of Blackberry #510936

Color information

#510936 (or 0x510936) is unknown color: approx Blackberry. HEX triplet: 51, 09 and 36. RGB value is (81,9,54). Sum of RGB (Red+Green+Blue) = 81+9+54=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #510936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510936 is #AEF6C9. Grayscale: #232323. Windows color (decimal): -11466442 or 3541329. OLE color: 3541329.

HSL color Cylindrical-coordinate representation of color #510936: hue angle of 322.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510936 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB81954-
CMYK00.890.330.68
HSL322.5º80%17.65%-
HSV(B)322.5º88.89%31.76%-
XYZ4.162.213.7-
YUV35.66138.35160.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.25%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=56.25%
G=6.25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8195400.890.330.68322.58017.65
Hex5193605921441425012
Octal121116601314110450212022
Binary10100011001110110010110011000011000100101000010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510936; }

 p { color: rgb(81,9,54); }

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

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

 a { background-color: rgb(81,9,54); }

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

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

 span { border-color: rgb(81,9,54); }

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