#1F0F18

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

Shades of Blackberry #1F0F18

Tints of Blackberry #1F0F18

Color information

#1F0F18 (or 0x1F0F18) is unknown color: approx Blackberry. HEX triplet: 1F, 0F and 18. RGB value is (31,15,24). Sum of RGB (Red+Green+Blue) = 31+15+24=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F18 is #E0F0E7. Grayscale: #141414. Windows color (decimal): -14741736 or 1576735. OLE color: 1576735.

HSL color Cylindrical-coordinate representation of color #1F0F18: hue angle of 326.25º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F0F18 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB311524-
CMYK00.520.230.88
HSL326.25º34.78%9.02%-
HSV(B)326.25º51.61%12.16%-
XYZ0.90.70.95-
YUV20.81129.8135.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 15 (6.25% from 255) = 21.43%
BLUE value IS 24 (9.77% from 255) = 34.29%
R=44.29%
G=21.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31152400.520.230.88326.2534.789.02
Hex1FF180341758146239
Octal371730064271305064311
Binary1111111111100001101001011110110001010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,15,24); }

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

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

 a { background-color: rgb(31,15,24); }

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

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

 span { border-color: rgb(31,15,24); }

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