Html Css Color HEX #37270F Black Magic

📋 copy color: '#37270F'

red 55 ◦ green 39 ◦ blue 15

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

Shades of Black Magic #37270F

Tints of Black Magic #37270F

RGB

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

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

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

R = 50.46%
G = 35.78%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#37270F (or 0x37270F) is known color: Black Magic. HEX triplet: 37, 27 and 0F. RGB value is (55,39,15). Sum of RGB (Red+Green+Blue) = 55+39+15=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #37270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37270F is #C8D8F0. Grayscale: #292929. Windows color (decimal): -13162737 or 993079. OLE color: 993079.

HSL color Cylindrical-coordinate representation of color #37270F: hue angle of 36º 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 #37270F is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 39 15 -
CMYK 0 0.29 0.73 0.78
HSL 36º 0.57% 0.14% -
HSV(B) 36º 0.73% 0.22% -
XYZ 2.39 2.3 0.77 -
YUV 41.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 55 39 15 0 0.29 0.73 0.78 36 0.57 0.14
Hex 37 27 F 0 1D 49 4E 24 39 E
Octal 67 47 17 0 35 111 116 44 71 16
Binary 110111 100111 1111 0 11101 1001001 1001110 100100 111001 1110

Color Harmonies of #37270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37270F

Black with #37270F

Text Example


Text Example

White with #37270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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