#31021E

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

Shades of Blackberry #31021E

Tints of Blackberry #31021E

Color information

#31021E (or 0x31021E) is unknown color: approx Blackberry. HEX triplet: 31, 02 and 1E. RGB value is (49,2,30). Sum of RGB (Red+Green+Blue) = 49+2+30=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #31021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31021E is #CEFDE1. Grayscale: #131313. Windows color (decimal): -13565410 or 1966641. OLE color: 1966641.

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

Color convert

RGB49230-
CMYK00.960.390.81
HSL324.26º92.16%10%-
HSV(B)324.26º95.92%19.22%-
XYZ1.520.791.3-
YUV19.24134.07149.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 60.49%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=60.49%
G=2.47%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4923000.960.390.81324.2692.1610
Hex3121E06027511445ca
Octal6123601404712150413412
Binary110001101111001100000100111101000110100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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