Html Css Color HEX #372D13 Black Magic

📋 copy color: '#372D13'

red 55 ◦ green 45 ◦ blue 19

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

Shades of Black Magic #372D13

Tints of Black Magic #372D13

RGB

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

 GREEN value IS 45 (17.97% from 255) = 37.82%

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

R = 46.22%
G = 37.82%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#372D13 (or 0x372D13) is known color: Black Magic. HEX triplet: 37, 2D and 13. RGB value is (55,45,19). Sum of RGB (Red+Green+Blue) = 55+45+19=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #372D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D13 is #C8D2EC. Grayscale: #2D2D2D. Windows color (decimal): -13161197 or 1256759. OLE color: 1256759.

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

Color convert

RGB 55 45 19 -
CMYK 0 0.18 0.65 0.78
HSL 43.33º 0.49% 0.15% -
HSV(B) 43.33º 0.65% 0.22% -
XYZ 2.63 2.74 1.01 -
YUV 45.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 55 45 19 0 0.18 0.65 0.78 43.33 0.49 0.15
Hex 37 2D 13 0 12 41 4E 2B 31 F
Octal 67 55 23 0 22 101 116 53 61 17
Binary 110111 101101 10011 0 10010 1000001 1001110 101011 110001 1111

Color Harmonies of #372D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D13

Black with #372D13

Text Example


Text Example

White with #372D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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