Html Css Color HEX #252A2D Cinder

📋 copy color: '#252A2D'

red 37 ◦ green 42 ◦ blue 45

#252A2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinder #252A2D

Tints of Cinder #252A2D

RGB

 RED value IS 37 (14.84% from 255) = 29.84%

 GREEN value IS 42 (16.8% 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 value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#252A2D (or 0x252A2D) is known color: 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

RGB 37 42 45 -
CMYK 0.18 0.07 0 0.82
HSL 202.5º 0.1% 0.16% -
HSV(B) 202.5º 0.18% 0.18% -
XYZ 2.06 2.24 2.81 -
YUV 40.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 37 42 45 0.18 0.07 0 0.82 202.5 0.1 0.16
Hex 25 2A 2D 12 7 0 52 CA A 10
Octal 45 52 55 22 7 0 122 312 12 20
Binary 100101 101010 101101 10010 111 0 1010010 11001010 1010 10000

Color Harmonies of #252A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A2D

Black with #252A2D

Text Example


Text Example

White with #252A2D

Text Example


Text Example

HTML Codes & Css Web 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>