Html Css Color HEX #372914 Black Magic

📋 copy color: '#372914'

red 55 ◦ green 41 ◦ blue 20

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

Shades of Black Magic #372914

Tints of Black Magic #372914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.34%

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

R = 47.41%
G = 35.34%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#372914 (or 0x372914) is known color: Black Magic. HEX triplet: 37, 29 and 14. RGB value is (55,41,20). Sum of RGB (Red+Green+Blue) = 55+41+20=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #372914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372914 is #C8D6EB. Grayscale: #2A2A2A. Windows color (decimal): -13162220 or 1321271. OLE color: 1321271.

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

Color convert

RGB 55 41 20 -
CMYK 0 0.25 0.64 0.78
HSL 36º 0.47% 0.15% -
HSV(B) 36º 0.64% 0.22% -
XYZ 2.49 2.45 1 -
YUV 42.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 55 41 20 0 0.25 0.64 0.78 36 0.47 0.15
Hex 37 29 14 0 19 40 4E 24 2F F
Octal 67 51 24 0 31 100 116 44 57 17
Binary 110111 101001 10100 0 11001 1000000 1001110 100100 101111 1111

Color Harmonies of #372914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372914

Black with #372914

Text Example


Text Example

White with #372914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372914; }

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

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

background-color css

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

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

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

border-color css

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

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

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