#1F202C

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

Shades of Black Russian #1F202C

Tints of Black Russian #1F202C

Color information

#1F202C (or 0x1F202C) is unknown color: approx Black Russian. HEX triplet: 1F, 20 and 2C. RGB value is (31,32,44). Sum of RGB (Red+Green+Blue) = 31+32+44=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F202C is #E0DFD3. Grayscale: #212121. Windows color (decimal): -14737364 or 2891807. OLE color: 2891807.

HSL color Cylindrical-coordinate representation of color #1F202C: hue angle of 235.38º 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 #1F202C is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB313244-
CMYK0.300.2700.83
HSL235.38º17.33%14.71%-
HSV(B)235.38º29.55%17.25%-
XYZ1.541.512.59-
YUV33.07134.17126.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.97%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=28.97%
G=29.91%
B=41.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3132440.300.2700.83235.3817.3314.71
Hex1F202C1E1B053eb11f
Octal374054363301233532117
Binary1111110000010110011110110110101001111101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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