#25292C

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

Shades of Cinder #25292C

Tints of Cinder #25292C

Color information

#25292C (or 0x25292C) is unknown color: approx Cinder. HEX triplet: 25, 29 and 2C. RGB value is (37,41,44). Sum of RGB (Red+Green+Blue) = 37+41+44=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 44 - color contains mainly: blue. Hex color #25292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25292C is #DAD6D3. Grayscale: #282828. Windows color (decimal): -14341844 or 2894117. OLE color: 2894117.

HSL color Cylindrical-coordinate representation of color #25292C: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #25292C is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB374144-
CMYK0.160.0700.83
HSL205.71º8.64%15.88%-
HSV(B)205.71º15.91%17.25%-
XYZ2.012.162.69-
YUV40.15130.17125.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.33%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=30.33%
G=33.61%
B=36.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3741440.160.0700.83205.718.6415.88
Hex25292C107053ce910
Octal45515420701233161120
Binary100101101001101100100001110101001111001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25292C; }

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

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

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

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

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

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

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

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