#25150B

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

Shades of Wood Bark #25150B

Tints of Wood Bark #25150B

Color information

#25150B (or 0x25150B) is unknown color: approx Wood Bark. HEX triplet: 25, 15 and 0B. RGB value is (37,21,11). Sum of RGB (Red+Green+Blue) = 37+21+11=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #25150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25150B is #DAEAF4. Grayscale: #181818. Windows color (decimal): -14346997 or 726309. OLE color: 726309.

HSL color Cylindrical-coordinate representation of color #25150B: hue angle of 23.08º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25150B is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB372111-
CMYK00.430.700.85
HSL23.08º54.17%9.41%-
HSV(B)23.08º70.27%14.51%-
XYZ1.090.950.44-
YUV24.64120.3136.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 53.62%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=53.62%
G=30.43%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37211100.430.700.8523.0854.179.41
Hex2515B02B465517369
Octal452513053106125276611
Binary100101101011011010101110001101010101101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25150B; }

 p { color: rgb(37,21,11); }

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

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

 a { background-color: rgb(37,21,11); }

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

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

 span { border-color: rgb(37,21,11); }

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