Html Css Color HEX #372B1B Black Magic

📋 copy color: '#372B1B'

red 55 ◦ green 43 ◦ blue 27

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

Shades of Black Magic #372B1B

Tints of Black Magic #372B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.6%

R = 44%
G = 34.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#372B1B (or 0x372B1B) is known color: Black Magic. HEX triplet: 37, 2B and 1B. RGB value is (55,43,27). Sum of RGB (Red+Green+Blue) = 55+43+27=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #372B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B1B is #C8D4E4. Grayscale: #2C2C2C. Windows color (decimal): -13161701 or 1780535. OLE color: 1780535.

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

Color convert

RGB 55 43 27 -
CMYK 0 0.22 0.51 0.78
HSL 34.29º 0.34% 0.16% -
HSV(B) 34.29º 0.51% 0.22% -
XYZ 2.64 2.62 1.4 -
YUV 44.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 55 43 27 0 0.22 0.51 0.78 34.29 0.34 0.16
Hex 37 2B 1B 0 16 33 4E 22 22 10
Octal 67 53 33 0 26 63 116 42 42 20
Binary 110111 101011 11011 0 10110 110011 1001110 100010 100010 10000

Color Harmonies of #372B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B1B

Black with #372B1B

Text Example


Text Example

White with #372B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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