Html Css Color HEX #25420D Black Forest

📋 copy color: '#25420D'

red 37 ◦ green 66 ◦ blue 13

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

Shades of Black Forest #25420D

Tints of Black Forest #25420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 56.9%

 BLUE value IS 13 (5.47% from 255) = 11.21%

R = 31.9%
G = 56.9%
B = 11.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#25420D (or 0x25420D) is known color: Black Forest. HEX triplet: 25, 42 and 0D. RGB value is (37,66,13). Sum of RGB (Red+Green+Blue) = 37+66+13=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #25420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25420D is #DABDF2. Grayscale: #333333. Windows color (decimal): -14335475 or 868901. OLE color: 868901.

HSL color Cylindrical-coordinate representation of color #25420D: hue angle of 92.83º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25420D is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 66 13 -
CMYK 0.44 0 0.80 0.74
HSL 92.83º 0.67% 0.15% -
HSV(B) 92.83º 0.8% 0.26% -
XYZ 2.78 4.32 1.07 -
YUV 51.29 106.39 117.81 -
System Red Green Blue C M Y K H S L
Decimal 37 66 13 0.44 0 0.80 0.74 92.83 0.67 0.15
Hex 25 42 D 2C 0 50 4A 5D 43 F
Octal 45 102 15 54 0 120 112 135 103 17
Binary 100101 1000010 1101 101100 0 1010000 1001010 1011101 1000011 1111

Color Harmonies of #25420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25420D

Black with #25420D

Text Example


Text Example

White with #25420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,66,13); }

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

background-color css

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

 a { background-color: rgb(37,66,13); }

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

border-color css

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

 span { border-color: rgb(37,66,13); }

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