Html Css Color HEX #372700 Black Magic

📋 copy color: '#372700'

red 55 ◦ green 39 ◦ blue 0

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

Shades of Black Magic #372700

Tints of Black Magic #372700

RGB

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

 GREEN value IS 39 (15.63% from 255) = 41.49%

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

R = 58.51%
G = 41.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#372700 (or 0x372700) is known color: Black Magic. HEX triplet: 37, 27 and 00. RGB value is (55,39,0). Sum of RGB (Red+Green+Blue) = 55+39+0=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #372700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372700 is #C8D8FF. Grayscale: #272727. Windows color (decimal): -13162752 or 10039. OLE color: 10039.

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

Color convert

RGB 55 39 0 -
CMYK 0 0.29 1 0.78
HSL 42.55º 1% 0.11% -
HSV(B) 42.55º 1% 0.22% -
XYZ 2.3 2.26 0.32 -
YUV 39.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 55 39 0 0 0.29 1 0.78 42.55 1 0.11
Hex 37 27 0 0 1D 64 4E 2B 64 B
Octal 67 47 0 0 35 144 116 53 144 13
Binary 110111 100111 0 0 11101 1100100 1001110 101011 1100100 1011

Color Harmonies of #372700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372700

Black with #372700

Text Example


Text Example

White with #372700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372700; }

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

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

background-color css

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

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

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

border-color css

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

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

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