Html Css Color HEX #372813 Black Magic

📋 copy color: '#372813'

red 55 ◦ green 40 ◦ blue 19

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

Shades of Black Magic #372813

Tints of Black Magic #372813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 48.25%
G = 35.09%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#372813 (or 0x372813) is known color: Black Magic. HEX triplet: 37, 28 and 13. RGB value is (55,40,19). Sum of RGB (Red+Green+Blue) = 55+40+19=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #372813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372813 is #C8D7EC. Grayscale: #2A2A2A. Windows color (decimal): -13162477 or 1255479. OLE color: 1255479.

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

Color convert

RGB 55 40 19 -
CMYK 0 0.27 0.65 0.78
HSL 35º 0.49% 0.15% -
HSV(B) 35º 0.65% 0.22% -
XYZ 2.45 2.38 0.95 -
YUV 42.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 55 40 19 0 0.27 0.65 0.78 35 0.49 0.15
Hex 37 28 13 0 1B 41 4E 23 31 F
Octal 67 50 23 0 33 101 116 43 61 17
Binary 110111 101000 10011 0 11011 1000001 1001110 100011 110001 1111

Color Harmonies of #372813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372813

Black with #372813

Text Example


Text Example

White with #372813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372813; }

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

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

background-color css

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

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

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

border-color css

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

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

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