Html Css Color HEX #25311D Black Forest

📋 copy color: '#25311D'

red 37 ◦ green 49 ◦ blue 29

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

Shades of Black Forest #25311D

Tints of Black Forest #25311D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 42.61%

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

R = 32.17%
G = 42.61%
B = 25.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.81

RGB Variations

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

Color information

#25311D (or 0x25311D) is known color: Black Forest. HEX triplet: 25, 31 and 1D. RGB value is (37,49,29). Sum of RGB (Red+Green+Blue) = 37+49+29=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #25311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25311D is #DACEE2. Grayscale: #2B2B2B. Windows color (decimal): -14339811 or 1913125. OLE color: 1913125.

HSL color Cylindrical-coordinate representation of color #25311D: hue angle of 96º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #25311D is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 49 29 -
CMYK 0.24 0 0.41 0.81
HSL 96º 0.26% 0.15% -
HSV(B) 96º 0.41% 0.19% -
XYZ 2.08 2.68 1.57 -
YUV 43.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 37 49 29 0.24 0 0.41 0.81 96 0.26 0.15
Hex 25 31 1D 18 0 29 51 60 1A F
Octal 45 61 35 30 0 51 121 140 32 17
Binary 100101 110001 11101 11000 0 101001 1010001 1100000 11010 1111

Color Harmonies of #25311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25311D

Black with #25311D

Text Example


Text Example

White with #25311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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