#310620

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

Shades of Blackberry #310620

Tints of Blackberry #310620

Color information

#310620 (or 0x310620) is unknown color: approx Blackberry. HEX triplet: 31, 06 and 20. RGB value is (49,6,32). Sum of RGB (Red+Green+Blue) = 49+6+32=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #310620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310620 is #CEF9DF. Grayscale: #151515. Windows color (decimal): -13564384 or 2098737. OLE color: 2098737.

HSL color Cylindrical-coordinate representation of color #310620: hue angle of 323.72º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310620 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB49632-
CMYK00.880.350.81
HSL323.72º78.18%10.78%-
HSV(B)323.72º87.76%19.22%-
XYZ1.590.891.45-
YUV21.82133.75147.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 6 (2.73% from 255) = 6.90%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=56.32%
G=6.90%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4963200.880.350.81323.7278.1810.78
Hex3162005823511444eb
Octal6164001304312150411613
Binary11000111010000001011000100011101000110100010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310620; }

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

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

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

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

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

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

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

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