Html Css Color HEX #241911 Wood Bark

📋 copy color: '#241911'

red 36 ◦ green 25 ◦ blue 17

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

Shades of Wood Bark #241911

Tints of Wood Bark #241911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 32.05%

 BLUE value IS 17 (7.03% from 255) = 21.79%

R = 46.15%
G = 32.05%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.86

RGB Variations

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

Color information

#241911 (or 0x241911) is known color: Wood Bark. HEX triplet: 24, 19 and 11. RGB value is (36,25,17). Sum of RGB (Red+Green+Blue) = 36+25+17=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241911 is #DBE6EE. Grayscale: #1B1B1B. Windows color (decimal): -14411503 or 1120548. OLE color: 1120548.

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

Color convert

RGB 36 25 17 -
CMYK 0 0.31 0.53 0.86
HSL 25.26º 0.36% 0.1% -
HSV(B) 25.26º 0.53% 0.14% -
XYZ 1.18 1.11 0.68 -
YUV 27.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 36 25 17 0 0.31 0.53 0.86 25.26 0.36 0.1
Hex 24 19 11 0 1F 35 56 19 24 A
Octal 44 31 21 0 37 65 126 31 44 12
Binary 100100 11001 10001 0 11111 110101 1010110 11001 100100 1010

Color Harmonies of #241911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241911

Black with #241911

Text Example


Text Example

White with #241911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241911; }

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

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

background-color css

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

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

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

border-color css

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

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

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