#1F222C

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

Shades of Black Russian #1F222C

Tints of Black Russian #1F222C

Color information

#1F222C (or 0x1F222C) is unknown color: approx Black Russian. HEX triplet: 1F, 22 and 2C. RGB value is (31,34,44). Sum of RGB (Red+Green+Blue) = 31+34+44=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F222C is #E0DDD3. Grayscale: #222222. Windows color (decimal): -14736852 or 2892319. OLE color: 2892319.

HSL color Cylindrical-coordinate representation of color #1F222C: hue angle of 226.15º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F222C is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB313444-
CMYK0.300.2300.83
HSL226.15º17.33%14.71%-
HSV(B)226.15º29.55%17.25%-
XYZ1.591.622.61-
YUV34.24133.51125.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.44%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 44 (17.58% from 255) = 40.37%
R=28.44%
G=31.19%
B=40.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3134440.300.2300.83226.1517.3314.71
Hex1F222C1E17053e211f
Octal374254362701233422117
Binary1111110001010110011110101110101001111100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,34,44); }

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

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

 a { background-color: rgb(31,34,44); }

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

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

 span { border-color: rgb(31,34,44); }

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