#251C18

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

Shades of Wood Bark #251C18

Tints of Wood Bark #251C18

Color information

#251C18 (or 0x251C18) is unknown color: approx Wood Bark. HEX triplet: 25, 1C and 18. RGB value is (37,28,24). Sum of RGB (Red+Green+Blue) = 37+28+24=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #251C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C18 is #DAE3E7. Grayscale: #1E1E1E. Windows color (decimal): -14345192 or 1580069. OLE color: 1580069.

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

Color convert

RGB372824-
CMYK00.240.350.85
HSL18.46º21.31%11.96%-
HSV(B)18.46º35.14%14.51%-
XYZ1.341.291.04-
YUV30.24124.48132.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=41.57%
G=31.46%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37282400.240.350.8518.4621.3111.96
Hex251C1801823551215c
Octal45343003043125222514
Binary1001011110011000011000100011101010110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,28,24); }

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

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

 a { background-color: rgb(37,28,24); }

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

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

 span { border-color: rgb(37,28,24); }

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