Html Css Color HEX #24150D Wood Bark

📋 copy color: '#24150D'

red 36 ◦ green 21 ◦ blue 13

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

Shades of Wood Bark #24150D

Tints of Wood Bark #24150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30%

 BLUE value IS 13 (5.47% from 255) = 18.57%

R = 51.43%
G = 30%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#24150D (or 0x24150D) is known color: Wood Bark. HEX triplet: 24, 15 and 0D. RGB value is (36,21,13). Sum of RGB (Red+Green+Blue) = 36+21+13=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #24150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24150D is #DBEAF2. Grayscale: #181818. Windows color (decimal): -14412531 or 857380. OLE color: 857380.

HSL color Cylindrical-coordinate representation of color #24150D: hue angle of 20.87º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #24150D is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 21 13 -
CMYK 0 0.42 0.64 0.86
HSL 20.87º 0.47% 0.1% -
HSV(B) 20.87º 0.64% 0.14% -
XYZ 1.07 0.94 0.51 -
YUV 24.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 36 21 13 0 0.42 0.64 0.86 20.87 0.47 0.1
Hex 24 15 D 0 2A 40 56 15 2F A
Octal 44 25 15 0 52 100 126 25 57 12
Binary 100100 10101 1101 0 101010 1000000 1010110 10101 101111 1010

Color Harmonies of #24150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24150D

Black with #24150D

Text Example


Text Example

White with #24150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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