#241A13

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

Shades of Wood Bark #241A13

Tints of Wood Bark #241A13

Color information

#241A13 (or 0x241A13) is unknown color: approx Wood Bark. HEX triplet: 24, 1A and 13. RGB value is (36,26,19). Sum of RGB (Red+Green+Blue) = 36+26+19=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A13 is #DBE5EC. Grayscale: #1C1C1C. Windows color (decimal): -14411245 or 1251876. OLE color: 1251876.

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

Color convert

RGB362619-
CMYK00.280.470.86
HSL24.71º30.91%10.78%-
HSV(B)24.71º47.22%14.12%-
XYZ1.211.160.78-
YUV28.19122.81133.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 44.44%
GREEN value IS 26 (10.55% from 255) = 32.10%
BLUE value IS 19 (7.81% from 255) = 23.46%
R=44.44%
G=32.10%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36261900.280.470.8624.7130.9110.78
Hex241A1301C2F56191fb
Octal44322303457126313713
Binary1001001101010011011100101111101011011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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