Html Css Color HEX #272115 Black Magic

📋 copy color: '#272115'

red 39 ◦ green 33 ◦ blue 21

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

Shades of Black Magic #272115

Tints of Black Magic #272115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.58%

R = 41.94%
G = 35.48%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#272115 (or 0x272115) is known color: Black Magic. HEX triplet: 27, 21 and 15. RGB value is (39,33,21). Sum of RGB (Red+Green+Blue) = 39+33+21=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #272115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272115 is #D8DEEA. Grayscale: #212121. Windows color (decimal): -14212843 or 1384743. OLE color: 1384743.

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

Color convert

RGB 39 33 21 -
CMYK 0 0.15 0.46 0.85
HSL 40º 0.3% 0.12% -
HSV(B) 40º 0.46% 0.15% -
XYZ 1.52 1.57 0.93 -
YUV 33.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 39 33 21 0 0.15 0.46 0.85 40 0.3 0.12
Hex 27 21 15 0 F 2E 55 28 1E C
Octal 47 41 25 0 17 56 125 50 36 14
Binary 100111 100001 10101 0 1111 101110 1010101 101000 11110 1100

Color Harmonies of #272115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272115

Black with #272115

Text Example


Text Example

White with #272115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272115; }

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

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

background-color css

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

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

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

border-color css

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

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

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