Html Css Color HEX #372F22 Black Magic

📋 copy color: '#372F22'

red 55 ◦ green 47 ◦ blue 34

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

Shades of Black Magic #372F22

Tints of Black Magic #372F22

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.56%

 BLUE value IS 34 (13.67% from 255) = 25%

R = 40.44%
G = 34.56%
B = 25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#372F22 (or 0x372F22) is known color: Black Magic. HEX triplet: 37, 2F and 22. RGB value is (55,47,34). Sum of RGB (Red+Green+Blue) = 55+47+34=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #372F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F22 is #C8D0DD. Grayscale: #2F2F2F. Windows color (decimal): -13160670 or 2240311. OLE color: 2240311.

HSL color Cylindrical-coordinate representation of color #372F22: hue angle of 37.14º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #372F22 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 47 34 -
CMYK 0 0.15 0.38 0.78
HSL 37.14º 0.24% 0.17% -
HSV(B) 37.14º 0.38% 0.22% -
XYZ 2.88 2.96 1.93 -
YUV 47.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 55 47 34 0 0.15 0.38 0.78 37.14 0.24 0.17
Hex 37 2F 22 0 F 26 4E 25 18 11
Octal 67 57 42 0 17 46 116 45 30 21
Binary 110111 101111 100010 0 1111 100110 1001110 100101 11000 10001

Color Harmonies of #372F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372F22

Black with #372F22

Text Example


Text Example

White with #372F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,34); }

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

background-color css

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

 a { background-color: rgb(55,47,34); }

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

border-color css

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

 span { border-color: rgb(55,47,34); }

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