Html Css Color HEX #1C211E Midnight Moss

📋 copy color: '#1C211E'

red 28 ◦ green 33 ◦ blue 30

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

Shades of Midnight Moss #1C211E

Tints of Midnight Moss #1C211E

RGB

 RED value IS 28 (11.33% from 255) = 30.77%

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

 BLUE value IS 30 (12.11% from 255) = 32.97%

R = 30.77%
G = 36.26%
B = 32.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#1C211E (or 0x1C211E) is known color: Midnight Moss. HEX triplet: 1C, 21 and 1E. RGB value is (28,33,30). Sum of RGB (Red+Green+Blue) = 28+33+30=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 33 - color contains mainly: green. Hex color #1C211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C211E is #E3DEE1. Grayscale: #1F1F1F. Windows color (decimal): -14933730 or 1974556. OLE color: 1974556.

HSL color Cylindrical-coordinate representation of color #1C211E: hue angle of 144º 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 #1C211E is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 28 33 30 -
CMYK 0.15 0 0.09 0.87
HSL 144º 0.08% 0.12% -
HSV(B) 144º 0.15% 0.13% -
XYZ 1.26 1.43 1.44 -
YUV 31.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 28 33 30 0.15 0 0.09 0.87 144 0.08 0.12
Hex 1C 21 1E F 0 9 57 90 8 C
Octal 34 41 36 17 0 11 127 220 10 14
Binary 11100 100001 11110 1111 0 1001 1010111 10010000 1000 1100

Color Harmonies of #1C211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C211E

Black with #1C211E

Text Example


Text Example

White with #1C211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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