Html Css Color HEX #241A13 Wood Bark

📋 copy color: '#241A13'

red 36 ◦ green 26 ◦ blue 19

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

Shades of Wood Bark #241A13

Tints of Wood Bark #241A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 32.1%

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

R = 44.44%
G = 32.1%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#241A13 (or 0x241A13) is known color: Wood Bark. HEX triplet: 24, 1A and 13. RGB value is (36,26,19). Sum of RGB (Red+Green+Blue) = 36+26+19=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A13 is #DBE5EC. Grayscale: #1C1C1C. Windows color (decimal): -14411245 or 1251876. OLE color: 1251876.

HSL color Cylindrical-coordinate representation of color #241A13: hue angle of 24.71º 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 #241A13 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 26 19 -
CMYK 0 0.28 0.47 0.86
HSL 24.71º 0.31% 0.11% -
HSV(B) 24.71º 0.47% 0.14% -
XYZ 1.21 1.16 0.78 -
YUV 28.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 36 26 19 0 0.28 0.47 0.86 24.71 0.31 0.11
Hex 24 1A 13 0 1C 2F 56 19 1F B
Octal 44 32 23 0 34 57 126 31 37 13
Binary 100100 11010 10011 0 11100 101111 1010110 11001 11111 1011

Color Harmonies of #241A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A13

Black with #241A13

Text Example


Text Example

White with #241A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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