Html Css Color HEX #372B1D Black Magic

📋 copy color: '#372B1D'

red 55 ◦ green 43 ◦ blue 29

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

Shades of Black Magic #372B1D

Tints of Black Magic #372B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.86%

 BLUE value IS 29 (11.72% from 255) = 22.83%

R = 43.31%
G = 33.86%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#372B1D (or 0x372B1D) is known color: Black Magic. HEX triplet: 37, 2B and 1D. RGB value is (55,43,29). Sum of RGB (Red+Green+Blue) = 55+43+29=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #372B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B1D is #C8D4E2. Grayscale: #2D2D2D. Windows color (decimal): -13161699 or 1911607. OLE color: 1911607.

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

Color convert

RGB 55 43 29 -
CMYK 0 0.22 0.47 0.78
HSL 32.31º 0.31% 0.16% -
HSV(B) 32.31º 0.47% 0.22% -
XYZ 2.66 2.63 1.53 -
YUV 44.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 55 43 29 0 0.22 0.47 0.78 32.31 0.31 0.16
Hex 37 2B 1D 0 16 2F 4E 20 1F 10
Octal 67 53 35 0 26 57 116 40 37 20
Binary 110111 101011 11101 0 10110 101111 1001110 100000 11111 10000

Color Harmonies of #372B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B1D

Black with #372B1D

Text Example


Text Example

White with #372B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,29); }

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

background-color css

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

 a { background-color: rgb(55,43,29); }

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

border-color css

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

 span { border-color: rgb(55,43,29); }

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