Html Css Color HEX #272114 Black Magic

📋 copy color: '#272114'

red 39 ◦ green 33 ◦ blue 20

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

Shades of Black Magic #272114

Tints of Black Magic #272114

RGB

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

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

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

R = 42.39%
G = 35.87%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#272114 (or 0x272114) is known color: Black Magic. HEX triplet: 27, 21 and 14. RGB value is (39,33,20). Sum of RGB (Red+Green+Blue) = 39+33+20=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #272114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272114 is #D8DEEB. Grayscale: #212121. Windows color (decimal): -14212844 or 1319207. OLE color: 1319207.

HSL color Cylindrical-coordinate representation of color #272114: hue angle of 41.05º 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 #272114 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 33 20 -
CMYK 0 0.15 0.49 0.85
HSL 41.05º 0.32% 0.12% -
HSV(B) 41.05º 0.49% 0.15% -
XYZ 1.51 1.57 0.89 -
YUV 33.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 39 33 20 0 0.15 0.49 0.85 41.05 0.32 0.12
Hex 27 21 14 0 F 31 55 29 20 C
Octal 47 41 24 0 17 61 125 51 40 14
Binary 100111 100001 10100 0 1111 110001 1010101 101001 100000 1100

Color Harmonies of #272114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272114

Black with #272114

Text Example


Text Example

White with #272114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272114; }

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

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

background-color css

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

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

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

border-color css

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

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

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