Html Css Color HEX #372B13 Black Magic

📋 copy color: '#372B13'

red 55 ◦ green 43 ◦ blue 19

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

Shades of Black Magic #372B13

Tints of Black Magic #372B13

RGB

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

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

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

R = 47.01%
G = 36.75%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#372B13 (or 0x372B13) is known color: Black Magic. HEX triplet: 37, 2B and 13. RGB value is (55,43,19). Sum of RGB (Red+Green+Blue) = 55+43+19=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #372B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B13 is #C8D4EC. Grayscale: #2B2B2B. Windows color (decimal): -13161709 or 1256247. OLE color: 1256247.

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

Color convert

RGB 55 43 19 -
CMYK 0 0.22 0.65 0.78
HSL 40º 0.49% 0.15% -
HSV(B) 40º 0.65% 0.22% -
XYZ 2.56 2.59 0.98 -
YUV 43.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 55 43 19 0 0.22 0.65 0.78 40 0.49 0.15
Hex 37 2B 13 0 16 41 4E 28 31 F
Octal 67 53 23 0 26 101 116 50 61 17
Binary 110111 101011 10011 0 10110 1000001 1001110 101000 110001 1111

Color Harmonies of #372B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B13

Black with #372B13

Text Example


Text Example

White with #372B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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