Html Css Color HEX #272011 Black Magic

📋 copy color: '#272011'

red 39 ◦ green 32 ◦ blue 17

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

Shades of Black Magic #272011

Tints of Black Magic #272011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.32%

R = 44.32%
G = 36.36%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#272011 (or 0x272011) is known color: Black Magic. HEX triplet: 27, 20 and 11. RGB value is (39,32,17). Sum of RGB (Red+Green+Blue) = 39+32+17=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #272011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272011 is #D8DFEE. Grayscale: #202020. Windows color (decimal): -14213103 or 1122343. OLE color: 1122343.

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

Color convert

RGB 39 32 17 -
CMYK 0 0.18 0.56 0.85
HSL 40.91º 0.39% 0.11% -
HSV(B) 40.91º 0.56% 0.15% -
XYZ 1.45 1.5 0.74 -
YUV 32.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 39 32 17 0 0.18 0.56 0.85 40.91 0.39 0.11
Hex 27 20 11 0 12 38 55 29 27 B
Octal 47 40 21 0 22 70 125 51 47 13
Binary 100111 100000 10001 0 10010 111000 1010101 101001 100111 1011

Color Harmonies of #272011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272011

Black with #272011

Text Example


Text Example

White with #272011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272011; }

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

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

background-color css

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

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

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

border-color css

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

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

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