#1F1018

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

Shades of Blackberry #1F1018

Tints of Blackberry #1F1018

Color information

#1F1018 (or 0x1F1018) is unknown color: approx Blackberry. HEX triplet: 1F, 10 and 18. RGB value is (31,16,24). Sum of RGB (Red+Green+Blue) = 31+16+24=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1018 is #E0EFE7. Grayscale: #151515. Windows color (decimal): -14741480 or 1576991. OLE color: 1576991.

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

Color convert

RGB311624-
CMYK00.480.230.88
HSL328º31.91%9.22%-
HSV(B)328º48.39%12.16%-
XYZ0.920.730.96-
YUV21.4129.47134.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.66%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 24 (9.77% from 255) = 33.80%
R=43.66%
G=22.54%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31162400.480.230.8832831.919.22
Hex1F10180301758148209
Octal372030060271305104011
Binary11111100001100001100001011110110001010010001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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