Html Css Color HEX #252D30 Cinder

📋 copy color: '#252D30'

red 37 ◦ green 45 ◦ blue 48

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

Shades of Cinder #252D30

Tints of Cinder #252D30

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 value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

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

RGB 37 45 48 -
CMYK 0.23 0.06 0 0.81
HSL 196.36º 0.13% 0.17% -
HSV(B) 196.36º 0.23% 0.19% -
XYZ 2.23 2.48 3.16 -
YUV 42.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 37 45 48 0.23 0.06 0 0.81 196.36 0.13 0.17
Hex 25 2D 30 17 6 0 51 C4 D 11
Octal 45 55 60 27 6 0 121 304 15 21
Binary 100101 101101 110000 10111 110 0 1010001 11000100 1101 10001

Color Harmonies of #252D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D30

Black with #252D30

Text Example


Text Example

White with #252D30

Text Example


Text Example

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