Html Css Color HEX #372B1A Black Magic

📋 copy color: '#372B1A'

red 55 ◦ green 43 ◦ blue 26

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

Shades of Black Magic #372B1A

Tints of Black Magic #372B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.97%

R = 44.35%
G = 34.68%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#372B1A (or 0x372B1A) is known color: Black Magic. HEX triplet: 37, 2B and 1A. RGB value is (55,43,26). Sum of RGB (Red+Green+Blue) = 55+43+26=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #372B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B1A is #C8D4E5. Grayscale: #2C2C2C. Windows color (decimal): -13161702 or 1714999. OLE color: 1714999.

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

Color convert

RGB 55 43 26 -
CMYK 0 0.22 0.53 0.78
HSL 35.17º 0.36% 0.16% -
HSV(B) 35.17º 0.53% 0.22% -
XYZ 2.63 2.61 1.34 -
YUV 44.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 55 43 26 0 0.22 0.53 0.78 35.17 0.36 0.16
Hex 37 2B 1A 0 16 35 4E 23 24 10
Octal 67 53 32 0 26 65 116 43 44 20
Binary 110111 101011 11010 0 10110 110101 1001110 100011 100100 10000

Color Harmonies of #372B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B1A

Black with #372B1A

Text Example


Text Example

White with #372B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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