Html Css Color HEX #372501 Black Magic

📋 copy color: '#372501'

red 55 ◦ green 37 ◦ blue 1

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

Shades of Black Magic #372501

Tints of Black Magic #372501

RGB

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

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

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

R = 59.14%
G = 39.78%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#372501 (or 0x372501) is known color: Black Magic. HEX triplet: 37, 25 and 01. RGB value is (55,37,1). Sum of RGB (Red+Green+Blue) = 55+37+1=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #372501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372501 is #C8DAFE. Grayscale: #262626. Windows color (decimal): -13163263 or 75063. OLE color: 75063.

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

Color convert

RGB 55 37 1 -
CMYK 0 0.33 0.98 0.78
HSL 40º 0.96% 0.11% -
HSV(B) 40º 0.98% 0.22% -
XYZ 2.24 2.14 0.32 -
YUV 38.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 55 37 1 0 0.33 0.98 0.78 40 0.96 0.11
Hex 37 25 1 0 21 62 4E 28 60 B
Octal 67 45 1 0 41 142 116 50 140 13
Binary 110111 100101 1 0 100001 1100010 1001110 101000 1100000 1011

Color Harmonies of #372501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372501

Black with #372501

Text Example


Text Example

White with #372501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372501; }

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

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

background-color css

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

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

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

border-color css

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

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

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