#251913

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

Shades of Wood Bark #251913

Tints of Wood Bark #251913

Color information

#251913 (or 0x251913) is unknown color: approx Wood Bark. HEX triplet: 25, 19 and 13. RGB value is (37,25,19). Sum of RGB (Red+Green+Blue) = 37+25+19=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #251913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251913 is #DAE6EC. Grayscale: #1B1B1B. Windows color (decimal): -14345965 or 1251621. OLE color: 1251621.

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

Color convert

RGB372519-
CMYK00.320.490.85
HSL20º32.14%10.98%-
HSV(B)20º48.65%14.51%-
XYZ1.231.140.77-
YUV27.9122.98134.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=45.68%
G=30.86%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37251900.320.490.852032.1410.98
Hex25191302031551420b
Octal45312304061125244013
Binary100101110011001101000001100011010101101001000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251913; }

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

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

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

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

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

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

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

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