#1F222E

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

Shades of Black Russian #1F222E

Tints of Black Russian #1F222E

Color information

#1F222E (or 0x1F222E) is unknown color: approx Black Russian. HEX triplet: 1F, 22 and 2E. RGB value is (31,34,46). Sum of RGB (Red+Green+Blue) = 31+34+46=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F222E is #E0DDD1. Grayscale: #222222. Windows color (decimal): -14736850 or 3023391. OLE color: 3023391.

HSL color Cylindrical-coordinate representation of color #1F222E: hue angle of 228º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1F222E is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB313446-
CMYK0.330.2600.82
HSL228º19.48%15.1%-
HSV(B)228º32.61%18.04%-
XYZ1.631.632.81-
YUV34.47134.51125.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.93%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 46 (18.36% from 255) = 41.44%
R=27.93%
G=30.63%
B=41.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3134460.330.2600.8222819.4815.1
Hex1F222E211A052e413f
Octal374256413201223442317
Binary11111100010101110100001110100101001011100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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