#251910

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

Shades of Wood Bark #251910

Tints of Wood Bark #251910

Color information

#251910 (or 0x251910) is unknown color: approx Wood Bark. HEX triplet: 25, 19 and 10. RGB value is (37,25,16). Sum of RGB (Red+Green+Blue) = 37+25+16=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #251910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251910 is #DAE6EF. Grayscale: #1B1B1B. Windows color (decimal): -14345968 or 1055013. OLE color: 1055013.

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

Color convert

RGB372516-
CMYK00.320.570.85
HSL25.71º39.62%10.39%-
HSV(B)25.71º56.76%14.51%-
XYZ1.21.130.64-
YUV27.56121.48134.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 47.44%
GREEN value IS 25 (10.16% from 255) = 32.05%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=47.44%
G=32.05%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37251600.320.570.8525.7139.6210.39
Hex25191002039551a28a
Octal45312004071125325012
Binary100101110011000001000001110011010101110101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251910; }

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

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

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

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

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

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

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

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