Html Css Color HEX #372D0F Black Magic

📋 copy color: '#372D0F'

red 55 ◦ green 45 ◦ blue 15

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

Shades of Black Magic #372D0F

Tints of Black Magic #372D0F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 39.13%

 BLUE value IS 15 (6.25% from 255) = 13.04%

R = 47.83%
G = 39.13%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#372D0F (or 0x372D0F) is known color: Black Magic. HEX triplet: 37, 2D and 0F. RGB value is (55,45,15). Sum of RGB (Red+Green+Blue) = 55+45+15=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #372D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D0F is #C8D2F0. Grayscale: #2C2C2C. Windows color (decimal): -13161201 or 994615. OLE color: 994615.

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

Color convert

RGB 55 45 15 -
CMYK 0 0.18 0.73 0.78
HSL 45º 0.57% 0.14% -
HSV(B) 45º 0.73% 0.22% -
XYZ 2.6 2.72 0.84 -
YUV 44.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 55 45 15 0 0.18 0.73 0.78 45 0.57 0.14
Hex 37 2D F 0 12 49 4E 2D 39 E
Octal 67 55 17 0 22 111 116 55 71 16
Binary 110111 101101 1111 0 10010 1001001 1001110 101101 111001 1110

Color Harmonies of #372D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D0F

Black with #372D0F

Text Example


Text Example

White with #372D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,45,15); }

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

background-color css

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

 a { background-color: rgb(55,45,15); }

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

border-color css

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

 span { border-color: rgb(55,45,15); }

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