Html Css Color HEX #252D20 Black Forest

📋 copy color: '#252D20'

red 37 ◦ green 45 ◦ blue 32

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

Shades of Black Forest #252D20

Tints of Black Forest #252D20

RGB

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

 GREEN value IS 45 (17.97% from 255) = 39.47%

 BLUE value IS 32 (12.89% from 255) = 28.07%

R = 32.46%
G = 39.47%
B = 28.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.82

RGB Variations

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

Color information

#252D20 (or 0x252D20) is known color: Black Forest. HEX triplet: 25, 2D and 20. RGB value is (37,45,32). Sum of RGB (Red+Green+Blue) = 37+45+32=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 32 (12.89% from 255 or 28.07% from 114); Max value from RGB is 45 - color contains mainly: green. Hex color #252D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D20 is #DAD2DF. Grayscale: #292929. Windows color (decimal): -14340832 or 2108709. OLE color: 2108709.

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

Color convert

RGB 37 45 32 -
CMYK 0.18 0 0.29 0.82
HSL 96.92º 0.17% 0.15% -
HSV(B) 96.92º 0.29% 0.18% -
XYZ 1.96 2.37 1.72 -
YUV 41.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 37 45 32 0.18 0 0.29 0.82 96.92 0.17 0.15
Hex 25 2D 20 12 0 1D 52 61 11 F
Octal 45 55 40 22 0 35 122 141 21 17
Binary 100101 101101 100000 10010 0 11101 1010010 1100001 10001 1111

Color Harmonies of #252D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D20

Black with #252D20

Text Example


Text Example

White with #252D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #252D20;
 }
 .AnyTagClassName
 {
   color: #252D20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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