Html Css Color HEX #272014 Black Magic

📋 copy color: '#272014'

red 39 ◦ green 32 ◦ blue 20

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

Shades of Black Magic #272014

Tints of Black Magic #272014

RGB

 RED value IS 39 (15.63% from 255) = 42.86%

 GREEN value IS 32 (12.89% from 255) = 35.16%

 BLUE value IS 20 (8.2% from 255) = 21.98%

R = 42.86%
G = 35.16%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#272014 (or 0x272014) is known color: Black Magic. HEX triplet: 27, 20 and 14. RGB value is (39,32,20). Sum of RGB (Red+Green+Blue) = 39+32+20=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 39 - color contains mainly: red. Hex color #272014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272014 is #D8DFEB. Grayscale: #202020. Windows color (decimal): -14213100 or 1318951. OLE color: 1318951.

HSL color Cylindrical-coordinate representation of color #272014: hue angle of 37.89º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #272014 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 32 20 -
CMYK 0 0.18 0.49 0.85
HSL 37.89º 0.32% 0.12% -
HSV(B) 37.89º 0.49% 0.15% -
XYZ 1.48 1.51 0.88 -
YUV 32.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 39 32 20 0 0.18 0.49 0.85 37.89 0.32 0.12
Hex 27 20 14 0 12 31 55 26 20 C
Octal 47 40 24 0 22 61 125 46 40 14
Binary 100111 100000 10100 0 10010 110001 1010101 100110 100000 1100

Color Harmonies of #272014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272014

Black with #272014

Text Example


Text Example

White with #272014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272014; }

 p { color: rgb(39,32,20); }

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

background-color css

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

 a { background-color: rgb(39,32,20); }

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

border-color css

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

 span { border-color: rgb(39,32,20); }

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