Html Css Color HEX #372C0C Black Magic

📋 copy color: '#372C0C'

red 55 ◦ green 44 ◦ blue 12

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

Shades of Black Magic #372C0C

Tints of Black Magic #372C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.81%

R = 49.55%
G = 39.64%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#372C0C (or 0x372C0C) is known color: Black Magic. HEX triplet: 37, 2C and 0C. RGB value is (55,44,12). Sum of RGB (Red+Green+Blue) = 55+44+12=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C0C is #C8D3F3. Grayscale: #2B2B2B. Windows color (decimal): -13161460 or 797751. OLE color: 797751.

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

Color convert

RGB 55 44 12 -
CMYK 0 0.2 0.78 0.78
HSL 44.65º 0.64% 0.13% -
HSV(B) 44.65º 0.78% 0.22% -
XYZ 2.54 2.64 0.72 -
YUV 43.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 55 44 12 0 0.2 0.78 0.78 44.65 0.64 0.13
Hex 37 2C C 0 14 4E 4E 2D 40 D
Octal 67 54 14 0 24 116 116 55 100 15
Binary 110111 101100 1100 0 10100 1001110 1001110 101101 1000000 1101

Color Harmonies of #372C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C0C

Black with #372C0C

Text Example


Text Example

White with #372C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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