#252A2D

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

Shades of Cinder #252A2D

Tints of Cinder #252A2D

Color information

#252A2D (or 0x252A2D) is unknown color: approx Cinder. HEX triplet: 25, 2A and 2D. RGB value is (37,42,45). Sum of RGB (Red+Green+Blue) = 37+42+45=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 45 - color contains mainly: blue. Hex color #252A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A2D is #DAD5D2. Grayscale: #282828. Windows color (decimal): -14341587 or 2959909. OLE color: 2959909.

HSL color Cylindrical-coordinate representation of color #252A2D: hue angle of 202.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #252A2D is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB374245-
CMYK0.180.0700.82
HSL202.5º9.76%16.08%-
HSV(B)202.5º17.78%17.65%-
XYZ2.062.242.81-
YUV40.85130.34125.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=29.84%
G=33.87%
B=36.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3742450.180.0700.82202.59.7616.08
Hex252A2D127052caa10
Octal45525522701223121220
Binary100101101010101101100101110101001011001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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