Html Css Color HEX #372506 Black Magic

📋 copy color: '#372506'

red 55 ◦ green 37 ◦ blue 6

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

Shades of Black Magic #372506

Tints of Black Magic #372506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.12%

R = 56.12%
G = 37.76%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#372506 (or 0x372506) is known color: Black Magic. HEX triplet: 37, 25 and 06. RGB value is (55,37,6). Sum of RGB (Red+Green+Blue) = 55+37+6=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #372506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372506 is #C8DAF9. Grayscale: #262626. Windows color (decimal): -13163258 or 402743. OLE color: 402743.

HSL color Cylindrical-coordinate representation of color #372506: hue angle of 37.96º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #372506 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 37 6 -
CMYK 0 0.33 0.89 0.78
HSL 37.96º 0.8% 0.12% -
HSV(B) 37.96º 0.89% 0.22% -
XYZ 2.27 2.15 0.47 -
YUV 38.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 55 37 6 0 0.33 0.89 0.78 37.96 0.8 0.12
Hex 37 25 6 0 21 59 4E 26 50 C
Octal 67 45 6 0 41 131 116 46 120 14
Binary 110111 100101 110 0 100001 1011001 1001110 100110 1010000 1100

Color Harmonies of #372506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372506

Black with #372506

Text Example


Text Example

White with #372506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372506; }

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

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

background-color css

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

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

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

border-color css

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

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

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