#25292B

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

Shades of Cinder #25292B

Tints of Cinder #25292B

Color information

#25292B (or 0x25292B) is unknown color: approx Cinder. HEX triplet: 25, 29 and 2B. RGB value is (37,41,43). Sum of RGB (Red+Green+Blue) = 37+41+43=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 43 - color contains mainly: blue. Hex color #25292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25292B is #DAD6D4. Grayscale: #282828. Windows color (decimal): -14341845 or 2828581. OLE color: 2828581.

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

Color convert

RGB374143-
CMYK0.140.0500.83
HSL200º7.5%15.69%-
HSV(B)200º13.95%16.86%-
XYZ1.992.152.6-
YUV40.03129.67125.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.58%
GREEN value IS 41 (16.41% from 255) = 33.88%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=30.58%
G=33.88%
B=35.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3741430.140.0500.832007.515.69
Hex25292BE5053c8710
Octal4551531650123310720
Binary1001011010011010111110101010100111100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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