#31021C

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

Shades of Blackberry #31021C

Tints of Blackberry #31021C

Color information

#31021C (or 0x31021C) is unknown color: approx Blackberry. HEX triplet: 31, 02 and 1C. RGB value is (49,2,28). Sum of RGB (Red+Green+Blue) = 49+2+28=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #31021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31021C is #CEFDE3. Grayscale: #121212. Windows color (decimal): -13565412 or 1835569. OLE color: 1835569.

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

Color convert

RGB49228-
CMYK00.960.430.81
HSL326.81º92.16%10%-
HSV(B)326.81º95.92%19.22%-
XYZ1.50.781.17-
YUV19.02133.07149.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=62.03%
G=2.53%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4922800.960.430.81326.8192.1610
Hex3121C0602B511475ca
Octal6123401405312150713412
Binary110001101110001100000101011101000110100011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31021C; }

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

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

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

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

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

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

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

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