Html Css Color HEX #372900 Black Magic

📋 copy color: '#372900'

red 55 ◦ green 41 ◦ blue 0

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

Shades of Black Magic #372900

Tints of Black Magic #372900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 42.71%

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

R = 57.29%
G = 42.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#372900 (or 0x372900) is known color: Black Magic. HEX triplet: 37, 29 and 00. RGB value is (55,41,0). Sum of RGB (Red+Green+Blue) = 55+41+0=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #372900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372900 is #C8D6FF. Grayscale: #282828. Windows color (decimal): -13162240 or 10551. OLE color: 10551.

HSL color Cylindrical-coordinate representation of color #372900: hue angle of 44.73º 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 #372900 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 41 0 -
CMYK 0 0.25 1 0.78
HSL 44.73º 1% 0.11% -
HSV(B) 44.73º 1% 0.22% -
XYZ 2.37 2.4 0.34 -
YUV 40.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 55 41 0 0 0.25 1 0.78 44.73 1 0.11
Hex 37 29 0 0 19 64 4E 2D 64 B
Octal 67 51 0 0 31 144 116 55 144 13
Binary 110111 101001 0 0 11001 1100100 1001110 101101 1100100 1011

Color Harmonies of #372900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372900

Black with #372900

Text Example


Text Example

White with #372900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372900; }

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

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

background-color css

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

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

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

border-color css

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

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

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