Html Css Color HEX #372901 Black Magic

📋 copy color: '#372901'

red 55 ◦ green 41 ◦ blue 1

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

Shades of Black Magic #372901

Tints of Black Magic #372901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.03%

R = 56.7%
G = 42.27%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#372901 (or 0x372901) is known color: Black Magic. HEX triplet: 37, 29 and 01. RGB value is (55,41,1). Sum of RGB (Red+Green+Blue) = 55+41+1=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #372901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372901 is #C8D6FE. Grayscale: #282828. Windows color (decimal): -13162239 or 76087. OLE color: 76087.

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

Color convert

RGB 55 41 1 -
CMYK 0 0.25 0.98 0.78
HSL 44.44º 0.96% 0.11% -
HSV(B) 44.44º 0.98% 0.22% -
XYZ 2.37 2.4 0.37 -
YUV 40.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 55 41 1 0 0.25 0.98 0.78 44.44 0.96 0.11
Hex 37 29 1 0 19 62 4E 2C 60 B
Octal 67 51 1 0 31 142 116 54 140 13
Binary 110111 101001 1 0 11001 1100010 1001110 101100 1100000 1011

Color Harmonies of #372901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372901

Black with #372901

Text Example


Text Example

White with #372901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372901; }

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

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

background-color css

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

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

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

border-color css

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

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

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