#1D2031

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

Shades of Black Russian #1D2031

Tints of Black Russian #1D2031

Color information

#1D2031 (or 0x1D2031) is unknown color: approx Black Russian. HEX triplet: 1D, 20 and 31. RGB value is (29,32,49). Sum of RGB (Red+Green+Blue) = 29+32+49=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D2031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2031 is #E2DFCE. Grayscale: #202020. Windows color (decimal): -14868431 or 3219485. OLE color: 3219485.

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

Color convert

RGB293249-
CMYK0.410.3500.81
HSL231º25.64%15.29%-
HSV(B)231º40.82%19.22%-
XYZ1.581.523.12-
YUV33.04137.01125.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.36%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=26.36%
G=29.09%
B=44.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2932490.410.3500.8123125.6415.29
Hex1D20312923051e71af
Octal354061514301213473217
Binary111011000001100011010011000110101000111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,32,49); }

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

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

 a { background-color: rgb(29,32,49); }

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

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

 span { border-color: rgb(29,32,49); }

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