#1D1E2D

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

Shades of Black Russian #1D1E2D

Tints of Black Russian #1D1E2D

Color information

#1D1E2D (or 0x1D1E2D) is unknown color: approx Black Russian. HEX triplet: 1D, 1E and 2D. RGB value is (29,30,45). Sum of RGB (Red+Green+Blue) = 29+30+45=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #1D1E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1E2D is #E2E1D2. Grayscale: #1F1F1F. Windows color (decimal): -14868947 or 2956829. OLE color: 2956829.

HSL color Cylindrical-coordinate representation of color #1D1E2D: hue angle of 236.25º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1D1E2D is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB293045-
CMYK0.360.3300.82
HSL236.25º21.62%14.51%-
HSV(B)236.25º35.56%17.65%-
XYZ1.441.382.67-
YUV31.41135.67126.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 27.88%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=27.88%
G=28.85%
B=43.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2930450.360.3300.82236.2521.6214.51
Hex1D1E2D2421052ec16f
Octal353655444101223542617
Binary11101111101011011001001000010101001011101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,30,45); }

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

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

 a { background-color: rgb(29,30,45); }

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

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

 span { border-color: rgb(29,30,45); }

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