#253F11

Color #253F11 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #253F11

Tints of Black Forest #253F11

Color information

#253F11 (or 0x253F11) is unknown color: approx 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

RGB376317-
CMYK0.4100.730.75
HSL93.91º57.5%15.69%-
HSV(B)93.91º73.02%24.71%-
XYZ2.643.991.16-
YUV49.98109.39118.74-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3763170.4100.730.7593.9157.515.69
Hex253F11290494B5e3a10
Octal4577215101111131367220
Binary10010111111110001101001010010011001011101111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>