#251D1A

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

Shades of Wood Bark #251D1A

Tints of Wood Bark #251D1A

Color information

#251D1A (or 0x251D1A) is unknown color: approx Wood Bark. HEX triplet: 25, 1D and 1A. RGB value is (37,29,26). Sum of RGB (Red+Green+Blue) = 37+29+26=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #251D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D1A is #DAE2E5. Grayscale: #1F1F1F. Windows color (decimal): -14344934 or 1711397. OLE color: 1711397.

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

Color convert

RGB372926-
CMYK00.220.300.85
HSL16.36º17.46%12.35%-
HSV(B)16.36º29.73%14.51%-
XYZ1.391.351.16-
YUV31.05125.15132.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 29 (11.72% from 255) = 31.52%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=40.22%
G=31.52%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37292600.220.300.8516.3617.4612.35
Hex251D1A0161E551011c
Octal45353202636125202114
Binary100101111011101001011011110101010110000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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