Html Css Color HEX #271F11 Black Magic

📋 copy color: '#271F11'

red 39 ◦ green 31 ◦ blue 17

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

Shades of Black Magic #271F11

Tints of Black Magic #271F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 35.63%

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

R = 44.83%
G = 35.63%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#271F11 (or 0x271F11) is known color: Black Magic. HEX triplet: 27, 1F and 11. RGB value is (39,31,17). Sum of RGB (Red+Green+Blue) = 39+31+17=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #271F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271F11 is #D8E0EE. Grayscale: #1F1F1F. Windows color (decimal): -14213359 or 1122087. OLE color: 1122087.

HSL color Cylindrical-coordinate representation of color #271F11: hue angle of 38.18º 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 #271F11 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 31 17 -
CMYK 0 0.21 0.56 0.85
HSL 38.18º 0.39% 0.11% -
HSV(B) 38.18º 0.56% 0.15% -
XYZ 1.43 1.45 0.74 -
YUV 31.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 39 31 17 0 0.21 0.56 0.85 38.18 0.39 0.11
Hex 27 1F 11 0 15 38 55 26 27 B
Octal 47 37 21 0 25 70 125 46 47 13
Binary 100111 11111 10001 0 10101 111000 1010101 100110 100111 1011

Color Harmonies of #271F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F11

Black with #271F11

Text Example


Text Example

White with #271F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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