#251C17

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

Shades of Wood Bark #251C17

Tints of Wood Bark #251C17

Color information

#251C17 (or 0x251C17) is unknown color: approx Wood Bark. HEX triplet: 25, 1C and 17. RGB value is (37,28,23). Sum of RGB (Red+Green+Blue) = 37+28+23=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #251C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251C17 is #DAE3E8. Grayscale: #1E1E1E. Windows color (decimal): -14345193 or 1514533. OLE color: 1514533.

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

Color convert

RGB372823-
CMYK00.240.380.85
HSL21.43º23.33%11.76%-
HSV(B)21.43º37.84%14.51%-
XYZ1.331.290.99-
YUV30.12123.98132.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.05%
GREEN value IS 28 (11.33% from 255) = 31.82%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=42.05%
G=31.82%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37282300.240.380.8521.4323.3311.76
Hex251C1701826551517c
Octal45342703046125252714
Binary1001011110010111011000100110101010110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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