#1C231F

Color #1C231F Midnight Moss (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Moss #1C231F

Tints of Midnight Moss #1C231F

Color information

#1C231F (or 0x1C231F) is unknown color: approx Midnight Moss. HEX triplet: 1C, 23 and 1F. RGB value is (28,35,31). Sum of RGB (Red+Green+Blue) = 28+35+31=94 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.79% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 35 - color contains mainly: green. Hex color #1C231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C231F is #E3DCE0. Grayscale: #202020. Windows color (decimal): -14933217 or 2040604. OLE color: 2040604.

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

Color convert

RGB283531-
CMYK0.2000.110.86
HSL145.71º11.11%12.35%-
HSV(B)145.71º20%13.73%-
XYZ1.331.551.53-
YUV32.45127.18124.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 29.79%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=29.79%
G=37.23%
B=32.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2835310.2000.110.86145.7111.1112.35
Hex1C231F140B5692bc
Octal344337240131262221314
Binary1110010001111111101000101110101101001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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