Html Css Color HEX #372A10 Black Magic

📋 copy color: '#372A10'

red 55 ◦ green 42 ◦ blue 16

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

Shades of Black Magic #372A10

Tints of Black Magic #372A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 48.67%
G = 37.17%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#372A10 (or 0x372A10) is known color: Black Magic. HEX triplet: 37, 2A and 10. RGB value is (55,42,16). Sum of RGB (Red+Green+Blue) = 55+42+16=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #372A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A10 is #C8D5EF. Grayscale: #2B2B2B. Windows color (decimal): -13161968 or 1059383. OLE color: 1059383.

HSL color Cylindrical-coordinate representation of color #372A10: hue angle of 40º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #372A10 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 42 16 -
CMYK 0 0.24 0.71 0.78
HSL 40º 0.55% 0.14% -
HSV(B) 40º 0.71% 0.22% -
XYZ 2.5 2.51 0.84 -
YUV 42.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 55 42 16 0 0.24 0.71 0.78 40 0.55 0.14
Hex 37 2A 10 0 18 47 4E 28 37 E
Octal 67 52 20 0 30 107 116 50 67 16
Binary 110111 101010 10000 0 11000 1000111 1001110 101000 110111 1110

Color Harmonies of #372A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A10

Black with #372A10

Text Example


Text Example

White with #372A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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