Html Css Color HEX #1D211C Black Forest

📋 copy color: '#1D211C'

red 29 ◦ green 33 ◦ blue 28

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

Shades of Black Forest #1D211C

Tints of Black Forest #1D211C

RGB

 RED value IS 29 (11.72% from 255) = 32.22%

 GREEN value IS 33 (13.28% from 255) = 36.67%

 BLUE value IS 28 (11.33% from 255) = 31.11%

R = 32.22%
G = 36.67%
B = 31.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#1D211C (or 0x1D211C) is known color: Black Forest. HEX triplet: 1D, 21 and 1C. RGB value is (29,33,28). Sum of RGB (Red+Green+Blue) = 29+33+28=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 33 - color contains mainly: green. Hex color #1D211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D211C is #E2DEE3. Grayscale: #1F1F1F. Windows color (decimal): -14868196 or 1843485. OLE color: 1843485.

HSL color Cylindrical-coordinate representation of color #1D211C: hue angle of 108º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1D211C is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 29 33 28 -
CMYK 0.12 0 0.15 0.87
HSL 108º 0.08% 0.12% -
HSV(B) 108º 0.15% 0.13% -
XYZ 1.26 1.43 1.31 -
YUV 31.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 29 33 28 0.12 0 0.15 0.87 108 0.08 0.12
Hex 1D 21 1C C 0 F 57 6C 8 C
Octal 35 41 34 14 0 17 127 154 10 14
Binary 11101 100001 11100 1100 0 1111 1010111 1101100 1000 1100

Color Harmonies of #1D211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D211C

Black with #1D211C

Text Example


Text Example

White with #1D211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,33,28); }

 H1.HeaderClassName
 {
   color: #1D211C;
 }
 .AnyTagClassName
 {
   color: #1D211C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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