#1D202B

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

Shades of Black Russian #1D202B

Tints of Black Russian #1D202B

Color information

#1D202B (or 0x1D202B) is unknown color: approx Black Russian. HEX triplet: 1D, 20 and 2B. RGB value is (29,32,43). Sum of RGB (Red+Green+Blue) = 29+32+43=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D202B is #E2DFD4. Grayscale: #202020. Windows color (decimal): -14868437 or 2826269. OLE color: 2826269.

HSL color Cylindrical-coordinate representation of color #1D202B: hue angle of 227.14º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1D202B is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB293243-
CMYK0.330.2600.83
HSL227.14º19.44%14.12%-
HSV(B)227.14º32.56%16.86%-
XYZ1.461.472.49-
YUV32.36134.01125.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.88%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 43 (17.19% from 255) = 41.35%
R=27.88%
G=30.77%
B=41.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2932430.330.2600.83227.1419.4414.12
Hex1D202B211A053e313e
Octal354053413201233432316
Binary11101100000101011100001110100101001111100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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