Html Css Color HEX #372B0E Black Magic

📋 copy color: '#372B0E'

red 55 ◦ green 43 ◦ blue 14

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

Shades of Black Magic #372B0E

Tints of Black Magic #372B0E

RGB

 RED value IS 55 (21.88% from 255) = 49.11%

 GREEN value IS 43 (17.19% from 255) = 38.39%

 BLUE value IS 14 (5.86% from 255) = 12.5%

R = 49.11%
G = 38.39%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#372B0E (or 0x372B0E) is known color: Black Magic. HEX triplet: 37, 2B and 0E. RGB value is (55,43,14). Sum of RGB (Red+Green+Blue) = 55+43+14=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #372B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B0E is #C8D4F1. Grayscale: #2B2B2B. Windows color (decimal): -13161714 or 928567. OLE color: 928567.

HSL color Cylindrical-coordinate representation of color #372B0E: hue angle of 42.44º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #372B0E is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 43 14 -
CMYK 0 0.22 0.75 0.78
HSL 42.44º 0.59% 0.14% -
HSV(B) 42.44º 0.75% 0.22% -
XYZ 2.52 2.57 0.78 -
YUV 43.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 55 43 14 0 0.22 0.75 0.78 42.44 0.59 0.14
Hex 37 2B E 0 16 4B 4E 2A 3B E
Octal 67 53 16 0 26 113 116 52 73 16
Binary 110111 101011 1110 0 10110 1001011 1001110 101010 111011 1110

Color Harmonies of #372B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B0E

Black with #372B0E

Text Example


Text Example

White with #372B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372B0E; }

 p { color: rgb(55,43,14); }

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

background-color css

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

 a { background-color: rgb(55,43,14); }

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

border-color css

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

 span { border-color: rgb(55,43,14); }

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