#252D30

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

Shades of Cinder #252D30

Tints of Cinder #252D30

Color information

#252D30 (or 0x252D30) is unknown color: approx Cinder. HEX triplet: 25, 2D and 30. RGB value is (37,45,48). Sum of RGB (Red+Green+Blue) = 37+45+48=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 48 - color contains mainly: blue. Hex color #252D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D30 is #DAD2CF. Grayscale: #2A2A2A. Windows color (decimal): -14340816 or 3157285. OLE color: 3157285.

HSL color Cylindrical-coordinate representation of color #252D30: hue angle of 196.36º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #252D30 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB374548-
CMYK0.230.0600.81
HSL196.36º12.94%16.67%-
HSV(B)196.36º22.92%18.82%-
XYZ2.232.483.16-
YUV42.95130.85123.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.46%
GREEN value IS 45 (17.97% from 255) = 34.62%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=28.46%
G=34.62%
B=36.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3745480.230.0600.81196.3612.9416.67
Hex252D30176051c4d11
Octal45556027601213041521
Binary100101101101110000101111100101000111000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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