#1F0112

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

Shades of Blackberry #1F0112

Tints of Blackberry #1F0112

Color information

#1F0112 (or 0x1F0112) is unknown color: approx Blackberry. HEX triplet: 1F, 01 and 12. RGB value is (31,1,18). Sum of RGB (Red+Green+Blue) = 31+1+18=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0112 is #E0FEED. Grayscale: #0B0B0B. Windows color (decimal): -14745326 or 1179935. OLE color: 1179935.

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

Color convert

RGB31118-
CMYK00.970.420.88
HSL326º93.75%6.27%-
HSV(B)326º96.77%12.16%-
XYZ0.690.360.61-
YUV11.91131.44141.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 62%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 18 (7.42% from 255) = 36%
R=62%
G=2%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3111800.970.420.8832693.756.27
Hex1F1120612A581465e6
Octal371220141521305061366
Binary111111100100110000110101010110001010001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,1,18); }

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

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

 a { background-color: rgb(31,1,18); }

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

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

 span { border-color: rgb(31,1,18); }

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