Html Css Color HEX #372F1C Black Magic

📋 copy color: '#372F1C'

red 55 ◦ green 47 ◦ blue 28

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

Shades of Black Magic #372F1C

Tints of Black Magic #372F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.54%

R = 42.31%
G = 36.15%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#372F1C (or 0x372F1C) is known color: Black Magic. HEX triplet: 37, 2F and 1C. RGB value is (55,47,28). Sum of RGB (Red+Green+Blue) = 55+47+28=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #372F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F1C is #C8D0E3. Grayscale: #2F2F2F. Windows color (decimal): -13160676 or 1847095. OLE color: 1847095.

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

Color convert

RGB 55 47 28 -
CMYK 0 0.15 0.49 0.78
HSL 42.22º 0.33% 0.16% -
HSV(B) 42.22º 0.49% 0.22% -
XYZ 2.8 2.93 1.52 -
YUV 47.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 55 47 28 0 0.15 0.49 0.78 42.22 0.33 0.16
Hex 37 2F 1C 0 F 31 4E 2A 21 10
Octal 67 57 34 0 17 61 116 52 41 20
Binary 110111 101111 11100 0 1111 110001 1001110 101010 100001 10000

Color Harmonies of #372F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F1C

Black with #372F1C

Text Example


Text Example

White with #372F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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