#252D31

Color #252D31 Cinder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinder #252D31

Tints of Cinder #252D31

Color information

#252D31 (or 0x252D31) is unknown color: approx Cinder. HEX triplet: 25, 2D and 31. RGB value is (37,45,49). Sum of RGB (Red+Green+Blue) = 37+45+49=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #252D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D31 is #DAD2CE. Grayscale: #2B2B2B. Windows color (decimal): -14340815 or 3222821. OLE color: 3222821.

HSL color Cylindrical-coordinate representation of color #252D31: hue angle of 200º 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 #252D31 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB374549-
CMYK0.240.0800.81
HSL200º13.95%16.86%-
HSV(B)200º24.49%19.22%-
XYZ2.262.493.27-
YUV43.06131.35123.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.24%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=28.24%
G=34.35%
B=37.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3745490.240.0800.8120013.9516.86
Hex252D31188051c8e11
Octal455561301001213101621
Binary1001011011011100011100010000101000111001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252D31; }

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

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

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

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

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

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

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

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