Html Css Color HEX #241813 Wood Bark

📋 copy color: '#241813'

red 36 ◦ green 24 ◦ blue 19

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

Shades of Wood Bark #241813

Tints of Wood Bark #241813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.38%

 BLUE value IS 19 (7.81% from 255) = 24.05%

R = 45.57%
G = 30.38%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#241813 (or 0x241813) is known color: Wood Bark. HEX triplet: 24, 18 and 13. RGB value is (36,24,19). Sum of RGB (Red+Green+Blue) = 36+24+19=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241813 is #DBE7EC. Grayscale: #1B1B1B. Windows color (decimal): -14411757 or 1251364. OLE color: 1251364.

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

Color convert

RGB 36 24 19 -
CMYK 0 0.33 0.47 0.86
HSL 17.65º 0.31% 0.11% -
HSV(B) 17.65º 0.47% 0.14% -
XYZ 1.17 1.08 0.76 -
YUV 27.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 36 24 19 0 0.33 0.47 0.86 17.65 0.31 0.11
Hex 24 18 13 0 21 2F 56 12 1F B
Octal 44 30 23 0 41 57 126 22 37 13
Binary 100100 11000 10011 0 100001 101111 1010110 10010 11111 1011

Color Harmonies of #241813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241813

Black with #241813

Text Example


Text Example

White with #241813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241813; }

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

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

background-color css

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

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

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

border-color css

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

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

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