Html Css Color HEX #1D1D1E Black Russian

📋 copy color: '#1D1D1E'

red 29 ◦ green 29 ◦ blue 30

#1D1D1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #1D1D1E

Tints of Black Russian #1D1D1E

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 value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1D1D1E (or 0x1D1D1E) is known color: 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

RGB 29 29 30 -
CMYK 0.03 0.03 0 0.88
HSL 240º 0.02% 0.12% -
HSV(B) 240º 0.03% 0.12% -
XYZ 1.18 1.23 1.4 -
YUV 29.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 29 29 30 0.03 0.03 0 0.88 240 0.02 0.12
Hex 1D 1D 1E 3 3 0 58 F0 2 C
Octal 35 35 36 3 3 0 130 360 2 14
Binary 11101 11101 11110 11 11 0 1011000 11110000 10 1100

Color Harmonies of #1D1D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1D1E

Black with #1D1D1E

Text Example


Text Example

White with #1D1D1E

Text Example


Text Example

HTML Codes & Css Web 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>