Html Css Color HEX #372C10 Black Magic

📋 copy color: '#372C10'

red 55 ◦ green 44 ◦ blue 16

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

Shades of Black Magic #372C10

Tints of Black Magic #372C10

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.26%

 BLUE value IS 16 (6.64% from 255) = 13.91%

R = 47.83%
G = 38.26%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#372C10 (or 0x372C10) is known color: Black Magic. HEX triplet: 37, 2C and 10. RGB value is (55,44,16). Sum of RGB (Red+Green+Blue) = 55+44+16=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #372C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C10 is #C8D3EF. Grayscale: #2C2C2C. Windows color (decimal): -13161456 or 1059895. OLE color: 1059895.

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

Color convert

RGB 55 44 16 -
CMYK 0 0.2 0.71 0.78
HSL 43.08º 0.55% 0.14% -
HSV(B) 43.08º 0.71% 0.22% -
XYZ 2.57 2.65 0.87 -
YUV 44.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 55 44 16 0 0.2 0.71 0.78 43.08 0.55 0.14
Hex 37 2C 10 0 14 47 4E 2B 37 E
Octal 67 54 20 0 24 107 116 53 67 16
Binary 110111 101100 10000 0 10100 1000111 1001110 101011 110111 1110

Color Harmonies of #372C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C10

Black with #372C10

Text Example


Text Example

White with #372C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,44,16); }

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

background-color css

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

 a { background-color: rgb(55,44,16); }

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

border-color css

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

 span { border-color: rgb(55,44,16); }

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