#310820

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

Shades of Blackberry #310820

Tints of Blackberry #310820

Color information

#310820 (or 0x310820) is unknown color: approx Blackberry. HEX triplet: 31, 08 and 20. RGB value is (49,8,32). Sum of RGB (Red+Green+Blue) = 49+8+32=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #310820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310820 is #CEF7DF. Grayscale: #161616. Windows color (decimal): -13563872 or 2099249. OLE color: 2099249.

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

Color convert

RGB49832-
CMYK00.840.350.81
HSL324.88º71.93%11.18%-
HSV(B)324.88º83.67%19.22%-
XYZ1.610.931.46-
YUV23133.08146.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=55.06%
G=8.99%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4983200.840.350.81324.8871.9311.18
Hex31820054235114548b
Octal61104001244312150511013
Binary110001100010000001010100100011101000110100010110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310820; }

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

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

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

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

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

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

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

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