Html Css Color HEX #25302A Midnight Moss

📋 copy color: '#25302A'

red 37 ◦ green 48 ◦ blue 42

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

Shades of Midnight Moss #25302A

Tints of Midnight Moss #25302A

RGB

 RED value IS 37 (14.84% from 255) = 29.13%

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

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

R = 29.13%
G = 37.8%
B = 33.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#25302A (or 0x25302A) is known color: Midnight Moss. HEX triplet: 25, 30 and 2A. RGB value is (37,48,42). Sum of RGB (Red+Green+Blue) = 37+48+42=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 48 - color contains mainly: green. Hex color #25302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25302A is #DACFD5. Grayscale: #2C2C2C. Windows color (decimal): -14340054 or 2764837. OLE color: 2764837.

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

Color convert

RGB 37 48 42 -
CMYK 0.23 0 0.13 0.81
HSL 147.27º 0.13% 0.17% -
HSV(B) 147.27º 0.23% 0.19% -
XYZ 2.24 2.67 2.59 -
YUV 44.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 37 48 42 0.23 0 0.13 0.81 147.27 0.13 0.17
Hex 25 30 2A 17 0 D 51 93 D 11
Octal 45 60 52 27 0 15 121 223 15 21
Binary 100101 110000 101010 10111 0 1101 1010001 10010011 1101 10001

Color Harmonies of #25302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25302A

Black with #25302A

Text Example


Text Example

White with #25302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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