#510631

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

Shades of Blackberry #510631

Tints of Blackberry #510631

Color information

#510631 (or 0x510631) is unknown color: approx Blackberry. HEX triplet: 51, 06 and 31. RGB value is (81,6,49). Sum of RGB (Red+Green+Blue) = 81+6+49=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #510631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510631 is #AEF9CE. Grayscale: #212121. Windows color (decimal): -11467215 or 3212881. OLE color: 3212881.

HSL color Cylindrical-coordinate representation of color #510631: hue angle of 325.6º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510631 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB81649-
CMYK00.930.400.68
HSL325.6º86.21%17.06%-
HSV(B)325.6º92.59%31.76%-
XYZ4.012.13.1-
YUV33.33136.85162-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=59.56%
G=4.41%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8164900.930.400.68325.686.2117.06
Hex5163105D28441465611
Octal12166101355010450612621
Binary1010001110110001010111011010001000100101000110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510631; }

 p { color: rgb(81,6,49); }

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

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

 a { background-color: rgb(81,6,49); }

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

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

 span { border-color: rgb(81,6,49); }

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