Html Css Color HEX #271F10 Black Magic

📋 copy color: '#271F10'

red 39 ◦ green 31 ◦ blue 16

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

Shades of Black Magic #271F10

Tints of Black Magic #271F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.6%

R = 45.35%
G = 36.05%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#271F10 (or 0x271F10) is known color: Black Magic. HEX triplet: 27, 1F and 10. RGB value is (39,31,16). Sum of RGB (Red+Green+Blue) = 39+31+16=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #271F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271F10 is #D8E0EF. Grayscale: #1F1F1F. Windows color (decimal): -14213360 or 1056551. OLE color: 1056551.

HSL color Cylindrical-coordinate representation of color #271F10: hue angle of 39.13º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #271F10 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 31 16 -
CMYK 0 0.21 0.59 0.85
HSL 39.13º 0.42% 0.11% -
HSV(B) 39.13º 0.59% 0.15% -
XYZ 1.42 1.45 0.69 -
YUV 31.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 39 31 16 0 0.21 0.59 0.85 39.13 0.42 0.11
Hex 27 1F 10 0 15 3B 55 27 2A B
Octal 47 37 20 0 25 73 125 47 52 13
Binary 100111 11111 10000 0 10101 111011 1010101 100111 101010 1011

Color Harmonies of #271F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F10

Black with #271F10

Text Example


Text Example

White with #271F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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