Html Css Color HEX #372814 Black Magic

📋 copy color: '#372814'

red 55 ◦ green 40 ◦ blue 20

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

Shades of Black Magic #372814

Tints of Black Magic #372814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.78%

 BLUE value IS 20 (8.2% from 255) = 17.39%

R = 47.83%
G = 34.78%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#372814 (or 0x372814) is known color: Black Magic. HEX triplet: 37, 28 and 14. RGB value is (55,40,20). Sum of RGB (Red+Green+Blue) = 55+40+20=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #372814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372814 is #C8D7EB. Grayscale: #2A2A2A. Windows color (decimal): -13162476 or 1321015. OLE color: 1321015.

HSL color Cylindrical-coordinate representation of color #372814: hue angle of 34.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #372814 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 40 20 -
CMYK 0 0.27 0.64 0.78
HSL 34.29º 0.47% 0.15% -
HSV(B) 34.29º 0.64% 0.22% -
XYZ 2.46 2.38 0.99 -
YUV 42.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 55 40 20 0 0.27 0.64 0.78 34.29 0.47 0.15
Hex 37 28 14 0 1B 40 4E 22 2F F
Octal 67 50 24 0 33 100 116 42 57 17
Binary 110111 101000 10100 0 11011 1000000 1001110 100010 101111 1111

Color Harmonies of #372814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372814

Black with #372814

Text Example


Text Example

White with #372814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372814; }

 p { color: rgb(55,40,20); }

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

background-color css

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

 a { background-color: rgb(55,40,20); }

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

border-color css

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

 span { border-color: rgb(55,40,20); }

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