#241C1A

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

Shades of Wood Bark #241C1A

Tints of Wood Bark #241C1A

Color information

#241C1A (or 0x241C1A) is unknown color: approx Wood Bark. HEX triplet: 24, 1C and 1A. RGB value is (36,28,26). Sum of RGB (Red+Green+Blue) = 36+28+26=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #241C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C1A is #DBE3E5. Grayscale: #1E1E1E. Windows color (decimal): -14410726 or 1711140. OLE color: 1711140.

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

Color convert

RGB362826-
CMYK00.220.280.86
HSL12º16.13%12.16%-
HSV(B)12º27.78%14.12%-
XYZ1.331.281.15-
YUV30.16125.65132.16-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=40%
G=31.11%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36282600.220.280.861216.1312.16
Hex241C1A0161C56c10c
Octal44343202634126142014
Binary10010011100110100101101110010101101100100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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