Html Css Color HEX #372E1D Black Magic

📋 copy color: '#372E1D'

red 55 ◦ green 46 ◦ blue 29

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

Shades of Black Magic #372E1D

Tints of Black Magic #372E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 35.38%

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

R = 42.31%
G = 35.38%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#372E1D (or 0x372E1D) is known color: Black Magic. HEX triplet: 37, 2E and 1D. RGB value is (55,46,29). Sum of RGB (Red+Green+Blue) = 55+46+29=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #372E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E1D is #C8D1E2. Grayscale: #2E2E2E. Windows color (decimal): -13160931 or 1912375. OLE color: 1912375.

HSL color Cylindrical-coordinate representation of color #372E1D: hue angle of 39.23º 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 #372E1D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 46 29 -
CMYK 0 0.16 0.47 0.78
HSL 39.23º 0.31% 0.16% -
HSV(B) 39.23º 0.47% 0.22% -
XYZ 2.77 2.85 1.57 -
YUV 46.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 55 46 29 0 0.16 0.47 0.78 39.23 0.31 0.16
Hex 37 2E 1D 0 10 2F 4E 27 1F 10
Octal 67 56 35 0 20 57 116 47 37 20
Binary 110111 101110 11101 0 10000 101111 1001110 100111 11111 10000

Color Harmonies of #372E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E1D

Black with #372E1D

Text Example


Text Example

White with #372E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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