#1F2023

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

Shades of Black Russian #1F2023

Tints of Black Russian #1F2023

Color information

#1F2023 (or 0x1F2023) is unknown color: approx Black Russian. HEX triplet: 1F, 20 and 23. RGB value is (31,32,35). Sum of RGB (Red+Green+Blue) = 31+32+35=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 35 - color contains mainly: blue. Hex color #1F2023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2023 is #E0DFDC. Grayscale: #202020. Windows color (decimal): -14737373 or 2301983. OLE color: 2301983.

HSL color Cylindrical-coordinate representation of color #1F2023: hue angle of 225º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #1F2023 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB313235-
CMYK0.110.0900.86
HSL225º6.06%12.94%-
HSV(B)225º11.43%13.73%-
XYZ1.381.451.8-
YUV32.04129.67127.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.63%
GREEN value IS 32 (12.89% from 255) = 32.65%
BLUE value IS 35 (14.06% from 255) = 35.71%
R=31.63%
G=32.65%
B=35.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3132350.110.0900.862256.0612.94
Hex1F2023B9056e16d
Octal37404313110126341615
Binary111111000001000111011100101010110111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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