Html Css Color HEX #1A251F Midnight Moss

📋 copy color: '#1A251F'

red 26 ◦ green 37 ◦ blue 31

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

Shades of Midnight Moss #1A251F

Tints of Midnight Moss #1A251F

RGB

 RED value IS 26 (10.55% from 255) = 27.66%

 GREEN value IS 37 (14.84% from 255) = 39.36%

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

R = 27.66%
G = 39.36%
B = 32.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#1A251F (or 0x1A251F) is known color: Midnight Moss. HEX triplet: 1A, 25 and 1F. RGB value is (26,37,31). Sum of RGB (Red+Green+Blue) = 26+37+31=94 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.66% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #1A251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A251F is #E5DAE0. Grayscale: #212121. Windows color (decimal): -15063777 or 2041114. OLE color: 2041114.

HSL color Cylindrical-coordinate representation of color #1A251F: hue angle of 147.27º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1A251F is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 26 37 31 -
CMYK 0.30 0 0.16 0.85
HSL 147.27º 0.17% 0.12% -
HSV(B) 147.27º 0.3% 0.15% -
XYZ 1.33 1.64 1.54 -
YUV 33.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 26 37 31 0.30 0 0.16 0.85 147.27 0.17 0.12
Hex 1A 25 1F 1E 0 10 55 93 11 C
Octal 32 45 37 36 0 20 125 223 21 14
Binary 11010 100101 11111 11110 0 10000 1010101 10010011 10001 1100

Color Harmonies of #1A251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A251F

Black with #1A251F

Text Example


Text Example

White with #1A251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,37,31); }

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

background-color css

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

 a { background-color: rgb(26,37,31); }

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

border-color css

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

 span { border-color: rgb(26,37,31); }

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