Html Css Color HEX #241712 Wood Bark

📋 copy color: '#241712'

red 36 ◦ green 23 ◦ blue 18

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

Shades of Wood Bark #241712

Tints of Wood Bark #241712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.87%

 BLUE value IS 18 (7.42% from 255) = 23.38%

R = 46.75%
G = 29.87%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.86

RGB Variations

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

Color information

#241712 (or 0x241712) is known color: Wood Bark. HEX triplet: 24, 17 and 12. RGB value is (36,23,18). Sum of RGB (Red+Green+Blue) = 36+23+18=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 36 - color contains mainly: red. Hex color #241712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241712 is #DBE8ED. Grayscale: #1A1A1A. Windows color (decimal): -14412014 or 1185572. OLE color: 1185572.

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

Color convert

RGB 36 23 18 -
CMYK 0 0.36 0.5 0.86
HSL 16.67º 0.33% 0.11% -
HSV(B) 16.67º 0.5% 0.14% -
XYZ 1.14 1.03 0.71 -
YUV 26.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 36 23 18 0 0.36 0.5 0.86 16.67 0.33 0.11
Hex 24 17 12 0 24 32 56 11 21 B
Octal 44 27 22 0 44 62 126 21 41 13
Binary 100100 10111 10010 0 100100 110010 1010110 10001 100001 1011

Color Harmonies of #241712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241712

Black with #241712

Text Example


Text Example

White with #241712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241712; }

 p { color: rgb(36,23,18); }

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

background-color css

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

 a { background-color: rgb(36,23,18); }

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

border-color css

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

 span { border-color: rgb(36,23,18); }

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