Html Css Color HEX #372A06 Black Magic

📋 copy color: '#372A06'

red 55 ◦ green 42 ◦ blue 6

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

Shades of Black Magic #372A06

Tints of Black Magic #372A06

RGB

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

 GREEN value IS 42 (16.8% from 255) = 40.78%

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

R = 53.4%
G = 40.78%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#372A06 (or 0x372A06) is known color: Black Magic. HEX triplet: 37, 2A and 06. RGB value is (55,42,6). Sum of RGB (Red+Green+Blue) = 55+42+6=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 42 (16.80% from 255 or 40.78% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #372A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A06 is #C8D5F9. Grayscale: #292929. Windows color (decimal): -13161978 or 404023. OLE color: 404023.

HSL color Cylindrical-coordinate representation of color #372A06: hue angle of 44.08º 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 #372A06 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 42 6 -
CMYK 0 0.24 0.89 0.78
HSL 44.08º 0.8% 0.12% -
HSV(B) 44.08º 0.89% 0.22% -
XYZ 2.44 2.48 0.52 -
YUV 41.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 55 42 6 0 0.24 0.89 0.78 44.08 0.8 0.12
Hex 37 2A 6 0 18 59 4E 2C 50 C
Octal 67 52 6 0 30 131 116 54 120 14
Binary 110111 101010 110 0 11000 1011001 1001110 101100 1010000 1100

Color Harmonies of #372A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A06

Black with #372A06

Text Example


Text Example

White with #372A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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