#241813

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

Shades of Wood Bark #241813

Tints of Wood Bark #241813

Color information

#241813 (or 0x241813) is unknown color: approx Wood Bark. HEX triplet: 24, 18 and 13. RGB value is (36,24,19). Sum of RGB (Red+Green+Blue) = 36+24+19=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241813 is #DBE7EC. Grayscale: #1B1B1B. Windows color (decimal): -14411757 or 1251364. OLE color: 1251364.

HSL color Cylindrical-coordinate representation of color #241813: hue angle of 17.65º 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 #241813 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB362419-
CMYK00.330.470.86
HSL17.65º30.91%10.78%-
HSV(B)17.65º47.22%14.12%-
XYZ1.171.080.76-
YUV27.02123.48134.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45.57%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 19 (7.81% from 255) = 24.05%
R=45.57%
G=30.38%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36241900.330.470.8617.6530.9110.78
Hex2418130212F56121fb
Octal44302304157126223713
Binary10010011000100110100001101111101011010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241813; }

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

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

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

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

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

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

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

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