Html Css Color HEX #253F11 Black Forest

📋 copy color: '#253F11'

red 37 ◦ green 63 ◦ blue 17

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

Shades of Black Forest #253F11

Tints of Black Forest #253F11

RGB

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

 GREEN value IS 63 (25% from 255) = 53.85%

 BLUE value IS 17 (7.03% from 255) = 14.53%

R = 31.62%
G = 53.85%
B = 14.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#253F11 (or 0x253F11) is known color: Black Forest. HEX triplet: 25, 3F and 11. RGB value is (37,63,17). Sum of RGB (Red+Green+Blue) = 37+63+17=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 63 (25% from 255 or 53.85% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 63 - color contains mainly: green. Hex color #253F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253F11 is #DAC0EE. Grayscale: #323232. Windows color (decimal): -14336239 or 1130277. OLE color: 1130277.

HSL color Cylindrical-coordinate representation of color #253F11: hue angle of 93.91º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253F11 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 63 17 -
CMYK 0.41 0 0.73 0.75
HSL 93.91º 0.58% 0.16% -
HSV(B) 93.91º 0.73% 0.25% -
XYZ 2.64 3.99 1.16 -
YUV 49.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 37 63 17 0.41 0 0.73 0.75 93.91 0.58 0.16
Hex 25 3F 11 29 0 49 4B 5E 3A 10
Octal 45 77 21 51 0 111 113 136 72 20
Binary 100101 111111 10001 101001 0 1001001 1001011 1011110 111010 10000

Color Harmonies of #253F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253F11

Black with #253F11

Text Example


Text Example

White with #253F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253F11; }

 p { color: rgb(37,63,17); }

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

background-color css

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

 a { background-color: rgb(37,63,17); }

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

border-color css

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

 span { border-color: rgb(37,63,17); }

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