Html Css Color HEX #25321D Black Forest

📋 copy color: '#25321D'

red 37 ◦ green 50 ◦ blue 29

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

Shades of Black Forest #25321D

Tints of Black Forest #25321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 43.1%

 BLUE value IS 29 (11.72% from 255) = 25%

R = 31.9%
G = 43.1%
B = 25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.80

RGB Variations

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

Color information

#25321D (or 0x25321D) is known color: Black Forest. HEX triplet: 25, 32 and 1D. RGB value is (37,50,29). Sum of RGB (Red+Green+Blue) = 37+50+29=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 50 - color contains mainly: green. Hex color #25321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25321D is #DACDE2. Grayscale: #2B2B2B. Windows color (decimal): -14339555 or 1913381. OLE color: 1913381.

HSL color Cylindrical-coordinate representation of color #25321D: hue angle of 97.14º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #25321D is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 29 -
CMYK 0.26 0 0.42 0.80
HSL 97.14º 0.27% 0.15% -
HSV(B) 97.14º 0.42% 0.2% -
XYZ 2.13 2.76 1.58 -
YUV 43.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 37 50 29 0.26 0 0.42 0.80 97.14 0.27 0.15
Hex 25 32 1D 1A 0 2A 50 61 1B F
Octal 45 62 35 32 0 52 120 141 33 17
Binary 100101 110010 11101 11010 0 101010 1010000 1100001 11011 1111

Color Harmonies of #25321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25321D

Black with #25321D

Text Example


Text Example

White with #25321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25321D; }

 p { color: rgb(37,50,29); }

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

background-color css

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

 a { background-color: rgb(37,50,29); }

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

border-color css

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

 span { border-color: rgb(37,50,29); }

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