Html Css Color HEX #241307 Wood Bark

📋 copy color: '#241307'

red 36 ◦ green 19 ◦ blue 7

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

Shades of Wood Bark #241307

Tints of Wood Bark #241307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 11.29%

R = 58.06%
G = 30.65%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.86

RGB Variations

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

Color information

#241307 (or 0x241307) is known color: Wood Bark. HEX triplet: 24, 13 and 07. RGB value is (36,19,7). Sum of RGB (Red+Green+Blue) = 36+19+7=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 7 (3.12% from 255 or 11.29% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #241307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241307 is #DBECF8. Grayscale: #161616. Windows color (decimal): -14413049 or 463652. OLE color: 463652.

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

Color convert

RGB 36 19 7 -
CMYK 0 0.47 0.81 0.86
HSL 24.83º 0.67% 0.08% -
HSV(B) 24.83º 0.81% 0.14% -
XYZ 1 0.86 0.31 -
YUV 22.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 36 19 7 0 0.47 0.81 0.86 24.83 0.67 0.08
Hex 24 13 7 0 2F 51 56 19 43 8
Octal 44 23 7 0 57 121 126 31 103 10
Binary 100100 10011 111 0 101111 1010001 1010110 11001 1000011 1000

Color Harmonies of #241307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241307

Black with #241307

Text Example


Text Example

White with #241307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241307; }

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

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

background-color css

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

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

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

border-color css

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

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

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