#31021F

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

Shades of Blackberry #31021F

Tints of Blackberry #31021F

Color information

#31021F (or 0x31021F) is unknown color: approx Blackberry. HEX triplet: 31, 02 and 1F. RGB value is (49,2,31). Sum of RGB (Red+Green+Blue) = 49+2+31=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #31021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31021F is #CEFDE0. Grayscale: #131313. Windows color (decimal): -13565409 or 2032177. OLE color: 2032177.

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

Color convert

RGB49231-
CMYK00.960.370.81
HSL322.98º92.16%10%-
HSV(B)322.98º95.92%19.22%-
XYZ1.540.81.37-
YUV19.36134.57149.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 31 (12.5% from 255) = 37.80%
R=59.76%
G=2.44%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4923100.960.370.81322.9892.1610
Hex3121F06025511435ca
Octal6123701404512150313412
Binary110001101111101100000100101101000110100001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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