#241915

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

Shades of Wood Bark #241915

Tints of Wood Bark #241915

Color information

#241915 (or 0x241915) is unknown color: approx Wood Bark. HEX triplet: 24, 19 and 15. RGB value is (36,25,21). Sum of RGB (Red+Green+Blue) = 36+25+21=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #241915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241915 is #DBE6EA. Grayscale: #1B1B1B. Windows color (decimal): -14411499 or 1382692. OLE color: 1382692.

HSL color Cylindrical-coordinate representation of color #241915: hue angle of 16º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #241915 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB362521-
CMYK00.310.420.86
HSL16º26.32%11.18%-
HSV(B)16º41.67%14.12%-
XYZ1.211.120.86-
YUV27.83124.14133.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 21 (8.59% from 255) = 25.61%
R=43.90%
G=30.49%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36252100.310.420.861626.3211.18
Hex24191501F2A56101ab
Octal44312503752126203213
Binary1001001100110101011111101010101011010000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241915; }

 p { color: rgb(36,25,21); }

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

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

 a { background-color: rgb(36,25,21); }

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

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

 span { border-color: rgb(36,25,21); }

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