#251911

Color #251911 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #251911

Tints of Wood Bark #251911

Color information

#251911 (or 0x251911) is unknown color: approx Wood Bark. HEX triplet: 25, 19 and 11. RGB value is (37,25,17). Sum of RGB (Red+Green+Blue) = 37+25+17=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #251911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251911 is #DAE6EE. Grayscale: #1B1B1B. Windows color (decimal): -14345967 or 1120549. OLE color: 1120549.

HSL color Cylindrical-coordinate representation of color #251911: hue angle of 24º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #251911 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB372517-
CMYK00.320.540.85
HSL24º37.04%10.59%-
HSV(B)24º54.05%14.51%-
XYZ1.211.130.68-
YUV27.68121.98134.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 25 (10.16% from 255) = 31.65%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=46.84%
G=31.65%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37251700.320.540.852437.0410.59
Hex25191102036551825b
Octal45312104066125304513
Binary100101110011000101000001101101010101110001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251911; }

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

 H1.HeaderClassName
 {
   color: #251911;
 }
 .AnyTagClassName
 {
   color: #251911;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #251911;
 }
 .BgClassName
 {
   background-color: #251911;
 }
</style>
border-color css

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

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

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