#251D19

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

Shades of Wood Bark #251D19

Tints of Wood Bark #251D19

Color information

#251D19 (or 0x251D19) is unknown color: approx Wood Bark. HEX triplet: 25, 1D and 19. RGB value is (37,29,25). Sum of RGB (Red+Green+Blue) = 37+29+25=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #251D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D19 is #DAE2E6. Grayscale: #1E1E1E. Windows color (decimal): -14344935 or 1645861. OLE color: 1645861.

HSL color Cylindrical-coordinate representation of color #251D19: hue angle of 20º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #251D19 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB372925-
CMYK00.220.320.85
HSL20º19.35%12.16%-
HSV(B)20º32.43%14.51%-
XYZ1.381.341.11-
YUV30.94124.65132.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 25 (10.16% from 255) = 27.47%
R=40.66%
G=31.87%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37292500.220.320.852019.3512.16
Hex251D1901620551413c
Octal45353102640125242314
Binary1001011110111001010110100000101010110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251D19; }

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

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

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

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

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

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

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

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