#310220

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

Shades of Blackberry #310220

Tints of Blackberry #310220

Color information

#310220 (or 0x310220) is unknown color: approx Blackberry. HEX triplet: 31, 02 and 20. RGB value is (49,2,32). Sum of RGB (Red+Green+Blue) = 49+2+32=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #310220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310220 is #CEFDDF. Grayscale: #131313. Windows color (decimal): -13565408 or 2097713. OLE color: 2097713.

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

Color convert

RGB49232-
CMYK00.960.350.81
HSL321.7º92.16%10%-
HSV(B)321.7º95.92%19.22%-
XYZ1.550.81.44-
YUV19.47135.07149.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=59.04%
G=2.41%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4923200.960.350.81321.792.1610
Hex3122006023511425ca
Octal6124001404312150213412
Binary1100011010000001100000100011101000110100001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310220; }

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

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

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

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

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

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

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

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