Html Css Color HEX #372D1F Black Magic

📋 copy color: '#372D1F'

red 55 ◦ green 45 ◦ blue 31

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

Shades of Black Magic #372D1F

Tints of Black Magic #372D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.66%

R = 41.98%
G = 34.35%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#372D1F (or 0x372D1F) is known color: Black Magic. HEX triplet: 37, 2D and 1F. RGB value is (55,45,31). Sum of RGB (Red+Green+Blue) = 55+45+31=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #372D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D1F is #C8D2E0. Grayscale: #2E2E2E. Windows color (decimal): -13161185 or 2043191. OLE color: 2043191.

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

Color convert

RGB 55 45 31 -
CMYK 0 0.18 0.44 0.78
HSL 35º 0.28% 0.17% -
HSV(B) 35º 0.44% 0.22% -
XYZ 2.76 2.79 1.69 -
YUV 46.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 55 45 31 0 0.18 0.44 0.78 35 0.28 0.17
Hex 37 2D 1F 0 12 2C 4E 23 1C 11
Octal 67 55 37 0 22 54 116 43 34 21
Binary 110111 101101 11111 0 10010 101100 1001110 100011 11100 10001

Color Harmonies of #372D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D1F

Black with #372D1F

Text Example


Text Example

White with #372D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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