#251E1B

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

Shades of Wood Bark #251E1B

Tints of Wood Bark #251E1B

Color information

#251E1B (or 0x251E1B) is unknown color: approx Wood Bark. HEX triplet: 25, 1E and 1B. RGB value is (37,30,27). Sum of RGB (Red+Green+Blue) = 37+30+27=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #251E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E1B is #DAE1E4. Grayscale: #1F1F1F. Windows color (decimal): -14344677 or 1777189. OLE color: 1777189.

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

Color convert

RGB373027-
CMYK00.190.270.85
HSL18º15.63%12.55%-
HSV(B)18º27.03%14.51%-
XYZ1.431.41.23-
YUV31.75125.32131.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 30 (12.11% from 255) = 31.91%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=39.36%
G=31.91%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37302700.190.270.851815.6312.55
Hex251E1B0131B551210d
Octal45363302333125222015
Binary100101111101101101001111011101010110010100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,30,27); }

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

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

 a { background-color: rgb(37,30,27); }

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

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

 span { border-color: rgb(37,30,27); }

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