Html Css Color HEX #25321A Black Forest

📋 copy color: '#25321A'

red 37 ◦ green 50 ◦ blue 26

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

Shades of Black Forest #25321A

Tints of Black Forest #25321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.01%

R = 32.74%
G = 44.25%
B = 23.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#25321A (or 0x25321A) is known color: Black Forest. HEX triplet: 25, 32 and 1A. RGB value is (37,50,26). Sum of RGB (Red+Green+Blue) = 37+50+26=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #25321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25321A is #DACDE5. Grayscale: #2B2B2B. Windows color (decimal): -14339558 or 1716773. OLE color: 1716773.

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

Color convert

RGB 37 50 26 -
CMYK 0.26 0 0.48 0.80
HSL 92.5º 0.32% 0.15% -
HSV(B) 92.5º 0.48% 0.2% -
XYZ 2.09 2.75 1.4 -
YUV 43.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 37 50 26 0.26 0 0.48 0.80 92.5 0.32 0.15
Hex 25 32 1A 1A 0 30 50 5C 20 F
Octal 45 62 32 32 0 60 120 134 40 17
Binary 100101 110010 11010 11010 0 110000 1010000 1011100 100000 1111

Color Harmonies of #25321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25321A

Black with #25321A

Text Example


Text Example

White with #25321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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