Html Css Color HEX #272116 Black Magic

📋 copy color: '#272116'

red 39 ◦ green 33 ◦ blue 22

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

Shades of Black Magic #272116

Tints of Black Magic #272116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 35.11%

 BLUE value IS 22 (8.98% from 255) = 23.4%

R = 41.49%
G = 35.11%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.85

RGB Variations

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

Color information

#272116 (or 0x272116) is known color: Black Magic. HEX triplet: 27, 21 and 16. RGB value is (39,33,22). Sum of RGB (Red+Green+Blue) = 39+33+22=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #272116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272116 is #D8DEE9. Grayscale: #212121. Windows color (decimal): -14212842 or 1450279. OLE color: 1450279.

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

Color convert

RGB 39 33 22 -
CMYK 0 0.15 0.44 0.85
HSL 38.82º 0.28% 0.12% -
HSV(B) 38.82º 0.44% 0.15% -
XYZ 1.53 1.58 0.98 -
YUV 33.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 39 33 22 0 0.15 0.44 0.85 38.82 0.28 0.12
Hex 27 21 16 0 F 2C 55 27 1C C
Octal 47 41 26 0 17 54 125 47 34 14
Binary 100111 100001 10110 0 1111 101100 1010101 100111 11100 1100

Color Harmonies of #272116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272116

Black with #272116

Text Example


Text Example

White with #272116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272116; }

 p { color: rgb(39,33,22); }

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

background-color css

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

 a { background-color: rgb(39,33,22); }

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

border-color css

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

 span { border-color: rgb(39,33,22); }

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