#31021A

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

Shades of Blackberry #31021A

Tints of Blackberry #31021A

Color information

#31021A (or 0x31021A) is unknown color: approx Blackberry. HEX triplet: 31, 02 and 1A. RGB value is (49,2,26). Sum of RGB (Red+Green+Blue) = 49+2+26=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #31021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31021A is #CEFDE5. Grayscale: #121212. Windows color (decimal): -13565414 or 1704497. OLE color: 1704497.

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

Color convert

RGB49226-
CMYK00.960.470.81
HSL329.36º92.16%10%-
HSV(B)329.36º95.92%19.22%-
XYZ1.470.771.05-
YUV18.79132.07149.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 63.64%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=63.64%
G=2.60%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4922600.960.470.81329.3692.1610
Hex3121A0602F511495ca
Octal6123201405712151113412
Binary110001101101001100000101111101000110100100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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