Html Css Color HEX #372810 Black Magic

📋 copy color: '#372810'

red 55 ◦ green 40 ◦ blue 16

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

Shades of Black Magic #372810

Tints of Black Magic #372810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.04%

 BLUE value IS 16 (6.64% from 255) = 14.41%

R = 49.55%
G = 36.04%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#372810 (or 0x372810) is known color: Black Magic. HEX triplet: 37, 28 and 10. RGB value is (55,40,16). Sum of RGB (Red+Green+Blue) = 55+40+16=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372810 is #C8D7EF. Grayscale: #292929. Windows color (decimal): -13162480 or 1058871. OLE color: 1058871.

HSL color Cylindrical-coordinate representation of color #372810: hue angle of 36.92º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #372810 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 40 16 -
CMYK 0 0.27 0.71 0.78
HSL 36.92º 0.55% 0.14% -
HSV(B) 36.92º 0.71% 0.22% -
XYZ 2.43 2.37 0.82 -
YUV 41.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 55 40 16 0 0.27 0.71 0.78 36.92 0.55 0.14
Hex 37 28 10 0 1B 47 4E 25 37 E
Octal 67 50 20 0 33 107 116 45 67 16
Binary 110111 101000 10000 0 11011 1000111 1001110 100101 110111 1110

Color Harmonies of #372810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372810

Black with #372810

Text Example


Text Example

White with #372810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372810; }

 p { color: rgb(55,40,16); }

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

background-color css

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

 a { background-color: rgb(55,40,16); }

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

border-color css

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

 span { border-color: rgb(55,40,16); }

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