Html Css Color HEX #372D1B Black Magic

📋 copy color: '#372D1B'

red 55 ◦ green 45 ◦ blue 27

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

Shades of Black Magic #372D1B

Tints of Black Magic #372D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.26%

R = 43.31%
G = 35.43%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#372D1B (or 0x372D1B) is known color: Black Magic. HEX triplet: 37, 2D and 1B. RGB value is (55,45,27). Sum of RGB (Red+Green+Blue) = 55+45+27=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #372D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D1B is #C8D2E4. Grayscale: #2E2E2E. Windows color (decimal): -13161189 or 1781047. OLE color: 1781047.

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

Color convert

RGB 55 45 27 -
CMYK 0 0.18 0.51 0.78
HSL 38.57º 0.34% 0.16% -
HSV(B) 38.57º 0.51% 0.22% -
XYZ 2.71 2.77 1.43 -
YUV 45.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 55 45 27 0 0.18 0.51 0.78 38.57 0.34 0.16
Hex 37 2D 1B 0 12 33 4E 27 22 10
Octal 67 55 33 0 22 63 116 47 42 20
Binary 110111 101101 11011 0 10010 110011 1001110 100111 100010 10000

Color Harmonies of #372D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D1B

Black with #372D1B

Text Example


Text Example

White with #372D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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