#510935

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

Shades of Blackberry #510935

Tints of Blackberry #510935

Color information

#510935 (or 0x510935) is unknown color: approx Blackberry. HEX triplet: 51, 09 and 35. RGB value is (81,9,53). Sum of RGB (Red+Green+Blue) = 81+9+53=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #510935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510935 is #AEF6CA. Grayscale: #232323. Windows color (decimal): -11466443 or 3475793. OLE color: 3475793.

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

Color convert

RGB81953-
CMYK00.890.350.68
HSL323.33º80%17.65%-
HSV(B)323.33º88.89%31.76%-
XYZ4.132.23.58-
YUV35.54137.85160.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=56.64%
G=6.29%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8195300.890.350.68323.338017.65
Hex5193505923441435012
Octal121116501314310450312022
Binary10100011001110101010110011000111000100101000011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510935; }

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

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

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

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

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

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

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

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