Html Css Color HEX #372500 Black Magic

📋 copy color: '#372500'

red 55 ◦ green 37 ◦ blue 0

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

Shades of Black Magic #372500

Tints of Black Magic #372500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 40.22%

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

R = 59.78%
G = 40.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#372500 (or 0x372500) is known color: Black Magic. HEX triplet: 37, 25 and 00. RGB value is (55,37,0). Sum of RGB (Red+Green+Blue) = 55+37+0=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #372500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372500 is #C8DAFF. Grayscale: #262626. Windows color (decimal): -13163264 or 9527. OLE color: 9527.

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

Color convert

RGB 55 37 0 -
CMYK 0 0.33 1 0.78
HSL 40.36º 1% 0.11% -
HSV(B) 40.36º 1% 0.22% -
XYZ 2.24 2.14 0.29 -
YUV 38.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 55 37 0 0 0.33 1 0.78 40.36 1 0.11
Hex 37 25 0 0 21 64 4E 28 64 B
Octal 67 45 0 0 41 144 116 50 144 13
Binary 110111 100101 0 0 100001 1100100 1001110 101000 1100100 1011

Color Harmonies of #372500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372500

Black with #372500

Text Example


Text Example

White with #372500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372500; }

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

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

background-color css

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

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

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

border-color css

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

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

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