#1F2024

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

Shades of Black Russian #1F2024

Tints of Black Russian #1F2024

Color information

#1F2024 (or 0x1F2024) is unknown color: approx Black Russian. HEX triplet: 1F, 20 and 24. RGB value is (31,32,36). Sum of RGB (Red+Green+Blue) = 31+32+36=99 (13% of max value = 765). Red value is 31 (12.5% from 255 or 31.31% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 36 - color contains mainly: blue. Hex color #1F2024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2024 is #E0DFDB. Grayscale: #202020. Windows color (decimal): -14737372 or 2367519. OLE color: 2367519.

HSL color Cylindrical-coordinate representation of color #1F2024: hue angle of 228º degrees, saturation: 0.07, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1F2024 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB313236-
CMYK0.140.1100.86
HSL228º7.46%13.14%-
HSV(B)228º13.89%14.12%-
XYZ1.41.451.88-
YUV32.16130.17127.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.31%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 36 (14.45% from 255) = 36.36%
R=31.31%
G=32.32%
B=36.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3132360.140.1100.862287.4613.14
Hex1F2024EB056e47d
Octal37404416130126344715
Binary111111000001001001110101101010110111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,32,36); }

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

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

 a { background-color: rgb(31,32,36); }

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

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

 span { border-color: rgb(31,32,36); }

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