#252C30

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

Shades of Cinder #252C30

Tints of Cinder #252C30

Color information

#252C30 (or 0x252C30) is unknown color: approx Cinder. HEX triplet: 25, 2C and 30. RGB value is (37,44,48). Sum of RGB (Red+Green+Blue) = 37+44+48=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 48 - color contains mainly: blue. Hex color #252C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C30 is #DAD3CF. Grayscale: #2A2A2A. Windows color (decimal): -14341072 or 3157029. OLE color: 3157029.

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

Color convert

RGB374448-
CMYK0.230.0800.81
HSL201.82º12.94%16.67%-
HSV(B)201.82º22.92%18.82%-
XYZ2.22.413.15-
YUV42.36131.18124.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.68%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=28.68%
G=34.11%
B=37.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3744480.230.0800.81201.8212.9416.67
Hex252C30178051cad11
Octal455460271001213121521
Binary1001011011001100001011110000101000111001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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