Html Css Color HEX #372B14 Black Magic

📋 copy color: '#372B14'

red 55 ◦ green 43 ◦ blue 20

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

Shades of Black Magic #372B14

Tints of Black Magic #372B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.95%

R = 46.61%
G = 36.44%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#372B14 (or 0x372B14) is known color: Black Magic. HEX triplet: 37, 2B and 14. RGB value is (55,43,20). Sum of RGB (Red+Green+Blue) = 55+43+20=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #372B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B14 is #C8D4EB. Grayscale: #2C2C2C. Windows color (decimal): -13161708 or 1321783. OLE color: 1321783.

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

Color convert

RGB 55 43 20 -
CMYK 0 0.22 0.64 0.78
HSL 39.43º 0.47% 0.15% -
HSV(B) 39.43º 0.64% 0.22% -
XYZ 2.57 2.59 1.03 -
YUV 43.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 55 43 20 0 0.22 0.64 0.78 39.43 0.47 0.15
Hex 37 2B 14 0 16 40 4E 27 2F F
Octal 67 53 24 0 26 100 116 47 57 17
Binary 110111 101011 10100 0 10110 1000000 1001110 100111 101111 1111

Color Harmonies of #372B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B14

Black with #372B14

Text Example


Text Example

White with #372B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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