#1F222F

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

Shades of Black Russian #1F222F

Tints of Black Russian #1F222F

Color information

#1F222F (or 0x1F222F) is unknown color: approx Black Russian. HEX triplet: 1F, 22 and 2F. RGB value is (31,34,47). Sum of RGB (Red+Green+Blue) = 31+34+47=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F222F is #E0DDD0. Grayscale: #222222. Windows color (decimal): -14736849 or 3088927. OLE color: 3088927.

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

Color convert

RGB313447-
CMYK0.340.2800.82
HSL228.75º20.51%15.29%-
HSV(B)228.75º34.04%18.43%-
XYZ1.651.642.92-
YUV34.58135.01125.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.68%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 47 (18.75% from 255) = 41.96%
R=27.68%
G=30.36%
B=41.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3134470.340.2800.82228.7520.5115.29
Hex1F222F221C052e515f
Octal374257423401223452517
Binary11111100010101111100010111000101001011100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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