#1D1D1E

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

Shades of Black Russian #1D1D1E

Tints of Black Russian #1D1D1E

Color information

#1D1D1E (or 0x1D1D1E) is unknown color: approx Black Russian. HEX triplet: 1D, 1D and 1E. RGB value is (29,29,30). Sum of RGB (Red+Green+Blue) = 29+29+30=88 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.95% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D1D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1D1E is #E2E2E1. Grayscale: #1D1D1D. Windows color (decimal): -14869218 or 1973533. OLE color: 1973533.

HSL color Cylindrical-coordinate representation of color #1D1D1E: hue angle of 240º degrees, saturation: 0.02, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #1D1D1E is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB292930-
CMYK0.030.0300.88
HSL240º1.69%11.57%-
HSV(B)240º3.33%11.76%-
XYZ1.181.231.4-
YUV29.11128.5127.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 32.95%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=32.95%
G=32.95%
B=34.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2929300.030.0300.882401.6911.57
Hex1D1D1E33058f02c
Octal353536330130360214
Binary11101111011111011110101100011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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