#253129

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

Shades of Midnight Moss #253129

Tints of Midnight Moss #253129

Color information

#253129 (or 0x253129) is unknown color: approx Midnight Moss. HEX triplet: 25, 31 and 29. RGB value is (37,49,41). Sum of RGB (Red+Green+Blue) = 37+49+41=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 49 - color contains mainly: green. Hex color #253129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253129 is #DACED6. Grayscale: #2C2C2C. Windows color (decimal): -14339799 or 2699557. OLE color: 2699557.

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

Color convert

RGB374941-
CMYK0.2400.160.81
HSL140º13.95%16.86%-
HSV(B)140º24.49%19.22%-
XYZ2.262.752.51-
YUV44.5126.02122.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 41 (16.41% from 255) = 32.28%
R=29.13%
G=38.58%
B=32.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749410.2400.160.8114013.9516.86
Hex25312918010518ce11
Octal456151300201212141621
Binary10010111000110100111000010000101000110001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253129; }

 p { color: rgb(37,49,41); }

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

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

 a { background-color: rgb(37,49,41); }

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

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

 span { border-color: rgb(37,49,41); }

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