Html Css Color HEX #372800 Black Magic

📋 copy color: '#372800'

red 55 ◦ green 40 ◦ blue 0

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

Shades of Black Magic #372800

Tints of Black Magic #372800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.89%
G = 42.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#372800 (or 0x372800) is known color: Black Magic. HEX triplet: 37, 28 and 00. RGB value is (55,40,0). Sum of RGB (Red+Green+Blue) = 55+40+0=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #372800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372800 is #C8D7FF. Grayscale: #282828. Windows color (decimal): -13162496 or 10295. OLE color: 10295.

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

Color convert

RGB 55 40 0 -
CMYK 0 0.27 1 0.78
HSL 43.64º 1% 0.11% -
HSV(B) 43.64º 1% 0.22% -
XYZ 2.33 2.33 0.33 -
YUV 39.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 55 40 0 0 0.27 1 0.78 43.64 1 0.11
Hex 37 28 0 0 1B 64 4E 2C 64 B
Octal 67 50 0 0 33 144 116 54 144 13
Binary 110111 101000 0 0 11011 1100100 1001110 101100 1100100 1011

Color Harmonies of #372800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372800

Black with #372800

Text Example


Text Example

White with #372800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372800; }

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

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

background-color css

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

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

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

border-color css

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

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

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