#1F0211

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

Shades of Blackberry #1F0211

Tints of Blackberry #1F0211

Color information

#1F0211 (or 0x1F0211) is unknown color: approx Blackberry. HEX triplet: 1F, 02 and 11. RGB value is (31,2,17). Sum of RGB (Red+Green+Blue) = 31+2+17=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0211 is #E0FDEE. Grayscale: #0C0C0C. Windows color (decimal): -14745071 or 1114655. OLE color: 1114655.

HSL color Cylindrical-coordinate representation of color #1F0211: hue angle of 328.97º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0211 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.88.

Color convert

RGB31217-
CMYK00.940.450.88
HSL328.97º87.88%6.47%-
HSV(B)328.97º93.55%12.16%-
XYZ0.690.380.57-
YUV12.38130.61141.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 62%
GREEN value IS 2 (1.17% from 255) = 4%
BLUE value IS 17 (7.03% from 255) = 34%
R=62%
G=4%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3121700.940.450.88328.9787.886.47
Hex1F21105E2D58149586
Octal372210136551305111306
Binary1111110100010101111010110110110001010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F0211; }

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

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

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

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

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

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

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

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