#251A13

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

Shades of Wood Bark #251A13

Tints of Wood Bark #251A13

Color information

#251A13 (or 0x251A13) is unknown color: approx Wood Bark. HEX triplet: 25, 1A and 13. RGB value is (37,26,19). Sum of RGB (Red+Green+Blue) = 37+26+19=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #251A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A13 is #DAE5EC. Grayscale: #1C1C1C. Windows color (decimal): -14345709 or 1251877. OLE color: 1251877.

HSL color Cylindrical-coordinate representation of color #251A13: hue angle of 23.33º 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 #251A13 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB372619-
CMYK00.300.490.85
HSL23.33º32.14%10.98%-
HSV(B)23.33º48.65%14.51%-
XYZ1.251.180.78-
YUV28.49122.64134.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 26 (10.55% from 255) = 31.71%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=45.12%
G=31.71%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37261900.300.490.8523.3332.1410.98
Hex251A1301E31551720b
Octal45322303661125274013
Binary10010111010100110111101100011010101101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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