Html Css Color HEX #37290C Black Magic

📋 copy color: '#37290C'

red 55 ◦ green 41 ◦ blue 12

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

Shades of Black Magic #37290C

Tints of Black Magic #37290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 37.96%

 BLUE value IS 12 (5.08% from 255) = 11.11%

R = 50.93%
G = 37.96%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37290C (or 0x37290C) is known color: Black Magic. HEX triplet: 37, 29 and 0C. RGB value is (55,41,12). Sum of RGB (Red+Green+Blue) = 55+41+12=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #37290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37290C is #C8D6F3. Grayscale: #2A2A2A. Windows color (decimal): -13162228 or 796983. OLE color: 796983.

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

Color convert

RGB 55 41 12 -
CMYK 0 0.25 0.78 0.78
HSL 40.47º 0.64% 0.13% -
HSV(B) 40.47º 0.78% 0.22% -
XYZ 2.43 2.42 0.69 -
YUV 41.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 55 41 12 0 0.25 0.78 0.78 40.47 0.64 0.13
Hex 37 29 C 0 19 4E 4E 28 40 D
Octal 67 51 14 0 31 116 116 50 100 15
Binary 110111 101001 1100 0 11001 1001110 1001110 101000 1000000 1101

Color Harmonies of #37290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37290C

Black with #37290C

Text Example


Text Example

White with #37290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37290C; }

 p { color: rgb(55,41,12); }

 H1.HeaderClassName
 {
   color: #37290C;
 }
 .AnyTagClassName
 {
   color: #37290C;
 }
</style>

background-color css

<style>
 a { background-color: #37290C; }

 a { background-color: rgb(55,41,12); }

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

border-color css

<style>
 span { border-color: #37290C; }

 span { border-color: rgb(55,41,12); }

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