#1F202F

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

Shades of Black Russian #1F202F

Tints of Black Russian #1F202F

Color information

#1F202F (or 0x1F202F) is unknown color: approx Black Russian. HEX triplet: 1F, 20 and 2F. RGB value is (31,32,47). Sum of RGB (Red+Green+Blue) = 31+32+47=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 47 - color contains mainly: blue. Hex color #1F202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F202F is #E0DFD0. Grayscale: #212121. Windows color (decimal): -14737361 or 3088415. OLE color: 3088415.

HSL color Cylindrical-coordinate representation of color #1F202F: hue angle of 236.25º 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 #1F202F is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB313247-
CMYK0.340.3200.82
HSL236.25º20.51%15.29%-
HSV(B)236.25º34.04%18.43%-
XYZ1.591.532.9-
YUV33.41135.67126.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.18%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=28.18%
G=29.09%
B=42.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3132470.340.3200.82236.2520.5115.29
Hex1F202F2220052ec15f
Octal374057424001223542517
Binary111111000001011111000101000000101001011101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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