#310221

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

Shades of Blackberry #310221

Tints of Blackberry #310221

Color information

#310221 (or 0x310221) is unknown color: approx Blackberry. HEX triplet: 31, 02 and 21. RGB value is (49,2,33). Sum of RGB (Red+Green+Blue) = 49+2+33=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #310221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310221 is #CEFDDE. Grayscale: #131313. Windows color (decimal): -13565407 or 2163249. OLE color: 2163249.

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

Color convert

RGB49233-
CMYK00.960.330.81
HSL320.43º92.16%10%-
HSV(B)320.43º95.92%19.22%-
XYZ1.560.811.51-
YUV19.59135.57148.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 58.33%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=58.33%
G=2.38%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4923300.960.330.81320.4392.1610
Hex3122106021511405ca
Octal6124101404112150013412
Binary1100011010000101100000100001101000110100000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310221; }

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

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

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

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

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

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

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

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