#1F1118

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

Shades of Blackberry #1F1118

Tints of Blackberry #1F1118

Color information

#1F1118 (or 0x1F1118) is unknown color: approx Blackberry. HEX triplet: 1F, 11 and 18. RGB value is (31,17,24). Sum of RGB (Red+Green+Blue) = 31+17+24=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1118 is #E0EEE7. Grayscale: #151515. Windows color (decimal): -14741224 or 1577247. OLE color: 1577247.

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

Color convert

RGB311724-
CMYK00.450.230.88
HSL330º29.17%9.41%-
HSV(B)330º45.16%12.16%-
XYZ0.930.760.96-
YUV21.98129.14134.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=43.06%
G=23.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31172400.450.230.8833029.179.41
Hex1F111802D175814a1d9
Octal372130055271305123511
Binary1111110001110000101101101111011000101001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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