Html Css Color HEX #37270D Black Magic

📋 copy color: '#37270D'

red 55 ◦ green 39 ◦ blue 13

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

Shades of Black Magic #37270D

Tints of Black Magic #37270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.45%

 BLUE value IS 13 (5.47% from 255) = 12.15%

R = 51.4%
G = 36.45%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#37270D (or 0x37270D) is known color: Black Magic. HEX triplet: 37, 27 and 0D. RGB value is (55,39,13). Sum of RGB (Red+Green+Blue) = 55+39+13=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #37270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37270D is #C8D8F2. Grayscale: #282828. Windows color (decimal): -13162739 or 862007. OLE color: 862007.

HSL color Cylindrical-coordinate representation of color #37270D: hue angle of 37.14º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37270D is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 39 13 -
CMYK 0 0.29 0.76 0.78
HSL 37.14º 0.62% 0.13% -
HSV(B) 37.14º 0.76% 0.22% -
XYZ 2.37 2.29 0.7 -
YUV 40.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 55 39 13 0 0.29 0.76 0.78 37.14 0.62 0.13
Hex 37 27 D 0 1D 4C 4E 25 3E D
Octal 67 47 15 0 35 114 116 45 76 15
Binary 110111 100111 1101 0 11101 1001100 1001110 100101 111110 1101

Color Harmonies of #37270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37270D

Black with #37270D

Text Example


Text Example

White with #37270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37270D; }

 p { color: rgb(55,39,13); }

 H1.HeaderClassName
 {
   color: #37270D;
 }
 .AnyTagClassName
 {
   color: #37270D;
 }
</style>

background-color css

<style>
 a { background-color: #37270D; }

 a { background-color: rgb(55,39,13); }

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

border-color css

<style>
 span { border-color: #37270D; }

 span { border-color: rgb(55,39,13); }

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