#252D32

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

Shades of Cinder #252D32

Tints of Cinder #252D32

Color information

#252D32 (or 0x252D32) is unknown color: approx Cinder. HEX triplet: 25, 2D and 32. RGB value is (37,45,50). Sum of RGB (Red+Green+Blue) = 37+45+50=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 50 - color contains mainly: blue. Hex color #252D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D32 is #DAD2CD. Grayscale: #2B2B2B. Windows color (decimal): -14340814 or 3288357. OLE color: 3288357.

HSL color Cylindrical-coordinate representation of color #252D32: hue angle of 203.08º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #252D32 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB374550-
CMYK0.260.1000.80
HSL203.08º14.94%17.06%-
HSV(B)203.08º26%19.61%-
XYZ2.282.53.38-
YUV43.18131.85123.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.03%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 50 (19.92% from 255) = 37.88%
R=28.03%
G=34.09%
B=37.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3745500.260.1000.80203.0814.9417.06
Hex252D321AA050cbf11
Octal455562321201203131721
Binary1001011011011100101101010100101000011001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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