Html Css Color HEX #372B0D Black Magic

📋 copy color: '#372B0D'

red 55 ◦ green 43 ◦ blue 13

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

Shades of Black Magic #372B0D

Tints of Black Magic #372B0D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 38.74%

 BLUE value IS 13 (5.47% from 255) = 11.71%

R = 49.55%
G = 38.74%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#372B0D (or 0x372B0D) is known color: Black Magic. HEX triplet: 37, 2B and 0D. RGB value is (55,43,13). Sum of RGB (Red+Green+Blue) = 55+43+13=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #372B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B0D is #C8D4F2. Grayscale: #2B2B2B. Windows color (decimal): -13161715 or 863031. OLE color: 863031.

HSL color Cylindrical-coordinate representation of color #372B0D: hue angle of 42.86º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372B0D is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 43 13 -
CMYK 0 0.22 0.76 0.78
HSL 42.86º 0.62% 0.13% -
HSV(B) 42.86º 0.76% 0.22% -
XYZ 2.51 2.57 0.74 -
YUV 43.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 55 43 13 0 0.22 0.76 0.78 42.86 0.62 0.13
Hex 37 2B D 0 16 4C 4E 2B 3E D
Octal 67 53 15 0 26 114 116 53 76 15
Binary 110111 101011 1101 0 10110 1001100 1001110 101011 111110 1101

Color Harmonies of #372B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B0D

Black with #372B0D

Text Example


Text Example

White with #372B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,43,13); }

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

background-color css

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

 a { background-color: rgb(55,43,13); }

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

border-color css

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

 span { border-color: rgb(55,43,13); }

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