Html Css Color HEX #24302A Midnight Moss

📋 copy color: '#24302A'

red 36 ◦ green 48 ◦ blue 42

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

Shades of Midnight Moss #24302A

Tints of Midnight Moss #24302A

RGB

 RED value IS 36 (14.45% from 255) = 28.57%

 GREEN value IS 48 (19.14% from 255) = 38.1%

 BLUE value IS 42 (16.8% from 255) = 33.33%

R = 28.57%
G = 38.1%
B = 33.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#24302A (or 0x24302A) is known color: Midnight Moss. HEX triplet: 24, 30 and 2A. RGB value is (36,48,42). Sum of RGB (Red+Green+Blue) = 36+48+42=126 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.57% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 48 - color contains mainly: green. Hex color #24302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24302A is #DBCFD5. Grayscale: #2B2B2B. Windows color (decimal): -14405590 or 2764836. OLE color: 2764836.

HSL color Cylindrical-coordinate representation of color #24302A: hue angle of 150º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #24302A is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 48 42 -
CMYK 0.25 0 0.13 0.81
HSL 150º 0.14% 0.16% -
HSV(B) 150º 0.25% 0.19% -
XYZ 2.2 2.66 2.59 -
YUV 43.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 36 48 42 0.25 0 0.13 0.81 150 0.14 0.16
Hex 24 30 2A 19 0 D 51 96 E 10
Octal 44 60 52 31 0 15 121 226 16 20
Binary 100100 110000 101010 11001 0 1101 1010001 10010110 1110 10000

Color Harmonies of #24302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24302A

Black with #24302A

Text Example


Text Example

White with #24302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24302A; }

 p { color: rgb(36,48,42); }

 H1.HeaderClassName
 {
   color: #24302A;
 }
 .AnyTagClassName
 {
   color: #24302A;
 }
</style>

background-color css

<style>
 a { background-color: #24302A; }

 a { background-color: rgb(36,48,42); }

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

border-color css

<style>
 span { border-color: #24302A; }

 span { border-color: rgb(36,48,42); }

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