#251813

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

Shades of Wood Bark #251813

Tints of Wood Bark #251813

Color information

#251813 (or 0x251813) is unknown color: approx Wood Bark. HEX triplet: 25, 18 and 13. RGB value is (37,24,19). Sum of RGB (Red+Green+Blue) = 37+24+19=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 37 - color contains mainly: red. Hex color #251813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251813 is #DAE7EC. Grayscale: #1B1B1B. Windows color (decimal): -14346221 or 1251365. OLE color: 1251365.

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

Color convert

RGB372419-
CMYK00.350.490.85
HSL16.67º32.14%10.98%-
HSV(B)16.67º48.65%14.51%-
XYZ1.211.090.76-
YUV27.32123.31134.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.25%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=46.25%
G=30%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37241900.350.490.8516.6732.1410.98
Hex25181302331551120b
Octal45302304361125214013
Binary100101110001001101000111100011010101100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251813; }

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

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

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

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

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

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

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

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