#310720

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

Shades of Blackberry #310720

Tints of Blackberry #310720

Color information

#310720 (or 0x310720) is unknown color: approx Blackberry. HEX triplet: 31, 07 and 20. RGB value is (49,7,32). Sum of RGB (Red+Green+Blue) = 49+7+32=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #310720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310720 is #CEF8DF. Grayscale: #161616. Windows color (decimal): -13564128 or 2098993. OLE color: 2098993.

HSL color Cylindrical-coordinate representation of color #310720: hue angle of 324.29º 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 #310720 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB49732-
CMYK00.860.350.81
HSL324.29º75%10.98%-
HSV(B)324.29º85.71%19.22%-
XYZ1.60.911.46-
YUV22.41133.41146.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 7 (3.12% from 255) = 7.95%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=55.68%
G=7.95%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4973200.860.350.81324.297510.98
Hex3172005623511444bb
Octal6174001264312150411313
Binary11000111110000001010110100011101000110100010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310720; }

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

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

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

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

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

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

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

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