#310721

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

Shades of Blackberry #310721

Tints of Blackberry #310721

Color information

#310721 (or 0x310721) is unknown color: approx Blackberry. HEX triplet: 31, 07 and 21. RGB value is (49,7,33). Sum of RGB (Red+Green+Blue) = 49+7+33=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #310721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310721 is #CEF8DE. Grayscale: #161616. Windows color (decimal): -13564127 or 2164529. OLE color: 2164529.

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

Color convert

RGB49733-
CMYK00.860.330.81
HSL322.86º75%10.98%-
HSV(B)322.86º85.71%19.22%-
XYZ1.620.911.53-
YUV22.52133.91146.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.06%
GREEN value IS 7 (3.12% from 255) = 7.87%
BLUE value IS 33 (13.28% from 255) = 37.08%
R=55.06%
G=7.87%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4973300.860.330.81322.867510.98
Hex3172105621511434bb
Octal6174101264112150311313
Binary11000111110000101010110100001101000110100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310721; }

 p { color: rgb(49,7,33); }

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

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

 a { background-color: rgb(49,7,33); }

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

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

 span { border-color: rgb(49,7,33); }

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