Html Css Color HEX #37290F Black Magic

📋 copy color: '#37290F'

red 55 ◦ green 41 ◦ blue 15

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

Shades of Black Magic #37290F

Tints of Black Magic #37290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.51%

R = 49.55%
G = 36.94%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#37290F (or 0x37290F) is known color: Black Magic. HEX triplet: 37, 29 and 0F. RGB value is (55,41,15). Sum of RGB (Red+Green+Blue) = 55+41+15=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #37290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37290F is #C8D6F0. Grayscale: #2A2A2A. Windows color (decimal): -13162225 or 993591. OLE color: 993591.

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

Color convert

RGB 55 41 15 -
CMYK 0 0.25 0.73 0.78
HSL 39º 0.57% 0.14% -
HSV(B) 39º 0.73% 0.22% -
XYZ 2.45 2.43 0.79 -
YUV 42.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 55 41 15 0 0.25 0.73 0.78 39 0.57 0.14
Hex 37 29 F 0 19 49 4E 27 39 E
Octal 67 51 17 0 31 111 116 47 71 16
Binary 110111 101001 1111 0 11001 1001001 1001110 100111 111001 1110

Color Harmonies of #37290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37290F

Black with #37290F

Text Example


Text Example

White with #37290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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