Html Css Color HEX #372C0D Black Magic

📋 copy color: '#372C0D'

red 55 ◦ green 44 ◦ blue 13

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

Shades of Black Magic #372C0D

Tints of Black Magic #372C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.61%

R = 49.11%
G = 39.29%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#372C0D (or 0x372C0D) is known color: Black Magic. HEX triplet: 37, 2C and 0D. RGB value is (55,44,13). Sum of RGB (Red+Green+Blue) = 55+44+13=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #372C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C0D is #C8D3F2. Grayscale: #2B2B2B. Windows color (decimal): -13161459 or 863287. OLE color: 863287.

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

Color convert

RGB 55 44 13 -
CMYK 0 0.2 0.76 0.78
HSL 44.29º 0.62% 0.13% -
HSV(B) 44.29º 0.76% 0.22% -
XYZ 2.55 2.64 0.76 -
YUV 43.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 55 44 13 0 0.2 0.76 0.78 44.29 0.62 0.13
Hex 37 2C D 0 14 4C 4E 2C 3E D
Octal 67 54 15 0 24 114 116 54 76 15
Binary 110111 101100 1101 0 10100 1001100 1001110 101100 111110 1101

Color Harmonies of #372C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C0D

Black with #372C0D

Text Example


Text Example

White with #372C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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