Html Css Color HEX #1C241F Midnight Moss

📋 copy color: '#1C241F'

red 28 ◦ green 36 ◦ blue 31

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

Shades of Midnight Moss #1C241F

Tints of Midnight Moss #1C241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 37.89%

 BLUE value IS 31 (12.5% from 255) = 32.63%

R = 29.47%
G = 37.89%
B = 32.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#1C241F (or 0x1C241F) is known color: Midnight Moss. HEX triplet: 1C, 24 and 1F. RGB value is (28,36,31). Sum of RGB (Red+Green+Blue) = 28+36+31=95 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.47% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 36 - color contains mainly: green. Hex color #1C241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C241F is #E3DBE0. Grayscale: #212121. Windows color (decimal): -14932961 or 2040860. OLE color: 2040860.

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

Color convert

RGB 28 36 31 -
CMYK 0.22 0 0.14 0.86
HSL 142.5º 0.13% 0.13% -
HSV(B) 142.5º 0.22% 0.14% -
XYZ 1.36 1.61 1.54 -
YUV 33.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 28 36 31 0.22 0 0.14 0.86 142.5 0.13 0.13
Hex 1C 24 1F 16 0 E 56 8E C D
Octal 34 44 37 26 0 16 126 216 14 15
Binary 11100 100100 11111 10110 0 1110 1010110 10001110 1100 1101

Color Harmonies of #1C241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C241F

Black with #1C241F

Text Example


Text Example

White with #1C241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,36,31); }

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

background-color css

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

 a { background-color: rgb(28,36,31); }

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

border-color css

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

 span { border-color: rgb(28,36,31); }

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