Html Css Color HEX #241A15 Wood Bark

📋 copy color: '#241A15'

red 36 ◦ green 26 ◦ blue 21

#241A15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #241A15

Tints of Wood Bark #241A15

RGB

 RED value IS 36 (14.45% from 255) = 43.37%

 GREEN value IS 26 (10.55% from 255) = 31.33%

 BLUE value IS 21 (8.59% from 255) = 25.3%

R = 43.37%
G = 31.33%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.86

RGB Variations

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

Color information

#241A15 (or 0x241A15) is known color: Wood Bark. HEX triplet: 24, 1A and 15. RGB value is (36,26,21). Sum of RGB (Red+Green+Blue) = 36+26+21=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #241A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A15 is #DBE5EA. Grayscale: #1C1C1C. Windows color (decimal): -14411243 or 1382948. OLE color: 1382948.

HSL color Cylindrical-coordinate representation of color #241A15: hue angle of 20º 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 #241A15 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 26 21 -
CMYK 0 0.28 0.42 0.86
HSL 20º 0.26% 0.11% -
HSV(B) 20º 0.42% 0.14% -
XYZ 1.23 1.17 0.87 -
YUV 28.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 36 26 21 0 0.28 0.42 0.86 20 0.26 0.11
Hex 24 1A 15 0 1C 2A 56 14 1A B
Octal 44 32 25 0 34 52 126 24 32 13
Binary 100100 11010 10101 0 11100 101010 1010110 10100 11010 1011

Color Harmonies of #241A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A15

Black with #241A15

Text Example


Text Example

White with #241A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #241A15;
 }
 .AnyTagClassName
 {
   color: #241A15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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