Html Css Color HEX #253020 Black Forest

📋 copy color: '#253020'

red 37 ◦ green 48 ◦ blue 32

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

Shades of Black Forest #253020

Tints of Black Forest #253020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 41.03%

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

R = 31.62%
G = 41.03%
B = 27.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#253020 (or 0x253020) is known color: Black Forest. HEX triplet: 25, 30 and 20. RGB value is (37,48,32). Sum of RGB (Red+Green+Blue) = 37+48+32=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 48 - color contains mainly: green. Hex color #253020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253020 is #DACFDF. Grayscale: #2A2A2A. Windows color (decimal): -14340064 or 2109477. OLE color: 2109477.

HSL color Cylindrical-coordinate representation of color #253020: hue angle of 101.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #253020 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 48 32 -
CMYK 0.23 0 0.33 0.81
HSL 101.25º 0.2% 0.16% -
HSV(B) 101.25º 0.33% 0.19% -
XYZ 2.08 2.61 1.76 -
YUV 42.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 37 48 32 0.23 0 0.33 0.81 101.25 0.2 0.16
Hex 25 30 20 17 0 21 51 65 14 10
Octal 45 60 40 27 0 41 121 145 24 20
Binary 100101 110000 100000 10111 0 100001 1010001 1100101 10100 10000

Color Harmonies of #253020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253020

Black with #253020

Text Example


Text Example

White with #253020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253020; }

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

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

background-color css

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

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

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

border-color css

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

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

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