Html Css Color HEX #372A14 Black Magic

📋 copy color: '#372A14'

red 55 ◦ green 42 ◦ blue 20

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

Shades of Black Magic #372A14

Tints of Black Magic #372A14

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.9%

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

R = 47.01%
G = 35.9%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#372A14 (or 0x372A14) is known color: Black Magic. HEX triplet: 37, 2A and 14. RGB value is (55,42,20). Sum of RGB (Red+Green+Blue) = 55+42+20=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #372A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A14 is #C8D5EB. Grayscale: #2B2B2B. Windows color (decimal): -13161964 or 1321527. OLE color: 1321527.

HSL color Cylindrical-coordinate representation of color #372A14: hue angle of 37.71º 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 #372A14 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 42 20 -
CMYK 0 0.24 0.64 0.78
HSL 37.71º 0.47% 0.15% -
HSV(B) 37.71º 0.64% 0.22% -
XYZ 2.53 2.52 1.01 -
YUV 43.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 55 42 20 0 0.24 0.64 0.78 37.71 0.47 0.15
Hex 37 2A 14 0 18 40 4E 26 2F F
Octal 67 52 24 0 30 100 116 46 57 17
Binary 110111 101010 10100 0 11000 1000000 1001110 100110 101111 1111

Color Harmonies of #372A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A14

Black with #372A14

Text Example


Text Example

White with #372A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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