Html Css Color HEX #372F21 Black Magic

📋 copy color: '#372F21'

red 55 ◦ green 47 ◦ blue 33

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

Shades of Black Magic #372F21

Tints of Black Magic #372F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.81%

 BLUE value IS 33 (13.28% from 255) = 24.44%

R = 40.74%
G = 34.81%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#372F21 (or 0x372F21) is known color: Black Magic. HEX triplet: 37, 2F and 21. RGB value is (55,47,33). Sum of RGB (Red+Green+Blue) = 55+47+33=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #372F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F21 is #C8D0DE. Grayscale: #2F2F2F. Windows color (decimal): -13160671 or 2174775. OLE color: 2174775.

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

Color convert

RGB 55 47 33 -
CMYK 0 0.15 0.4 0.78
HSL 38.18º 0.25% 0.17% -
HSV(B) 38.18º 0.4% 0.22% -
XYZ 2.87 2.96 1.86 -
YUV 47.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 55 47 33 0 0.15 0.4 0.78 38.18 0.25 0.17
Hex 37 2F 21 0 F 28 4E 26 19 11
Octal 67 57 41 0 17 50 116 46 31 21
Binary 110111 101111 100001 0 1111 101000 1001110 100110 11001 10001

Color Harmonies of #372F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F21

Black with #372F21

Text Example


Text Example

White with #372F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,33); }

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

background-color css

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

 a { background-color: rgb(55,47,33); }

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

border-color css

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

 span { border-color: rgb(55,47,33); }

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