#310320

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

Shades of Blackberry #310320

Tints of Blackberry #310320

Color information

#310320 (or 0x310320) is unknown color: approx Blackberry. HEX triplet: 31, 03 and 20. RGB value is (49,3,32). Sum of RGB (Red+Green+Blue) = 49+3+32=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #310320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310320 is #CEFCDF. Grayscale: #131313. Windows color (decimal): -13565152 or 2097969. OLE color: 2097969.

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

Color convert

RGB49332-
CMYK00.940.350.81
HSL322.17º88.46%10.2%-
HSV(B)322.17º93.88%19.22%-
XYZ1.560.821.44-
YUV20.06134.74148.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 58.33%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=58.33%
G=3.57%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4933200.940.350.81322.1788.4610.2
Hex3132005E235114258a
Octal6134001364312150213012
Binary1100011110000001011110100011101000110100001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310320; }

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

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

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

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

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

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

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

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