Html Css Color HEX #24130B Wood Bark

📋 copy color: '#24130B'

red 36 ◦ green 19 ◦ blue 11

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

Shades of Wood Bark #24130B

Tints of Wood Bark #24130B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 28.79%

 BLUE value IS 11 (4.69% from 255) = 16.67%

R = 54.55%
G = 28.79%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.86

RGB Variations

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

Color information

#24130B (or 0x24130B) is known color: Wood Bark. HEX triplet: 24, 13 and 0B. RGB value is (36,19,11). Sum of RGB (Red+Green+Blue) = 36+19+11=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #24130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24130B is #DBECF4. Grayscale: #171717. Windows color (decimal): -14413045 or 725796. OLE color: 725796.

HSL color Cylindrical-coordinate representation of color #24130B: hue angle of 19.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24130B is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 19 11 -
CMYK 0 0.47 0.69 0.86
HSL 19.2º 0.53% 0.09% -
HSV(B) 19.2º 0.69% 0.14% -
XYZ 1.02 0.86 0.43 -
YUV 23.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 36 19 11 0 0.47 0.69 0.86 19.2 0.53 0.09
Hex 24 13 B 0 2F 45 56 13 35 9
Octal 44 23 13 0 57 105 126 23 65 11
Binary 100100 10011 1011 0 101111 1000101 1010110 10011 110101 1001

Color Harmonies of #24130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24130B

Black with #24130B

Text Example


Text Example

White with #24130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24130B; }

 p { color: rgb(36,19,11); }

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

background-color css

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

 a { background-color: rgb(36,19,11); }

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

border-color css

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

 span { border-color: rgb(36,19,11); }

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