Html Css Color HEX #271C07 Black Magic

📋 copy color: '#271C07'

red 39 ◦ green 28 ◦ blue 7

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

Shades of Black Magic #271C07

Tints of Black Magic #271C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 37.84%

 BLUE value IS 7 (3.13% from 255) = 9.46%

R = 52.7%
G = 37.84%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.85

RGB Variations

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

Color information

#271C07 (or 0x271C07) is known color: Black Magic. HEX triplet: 27, 1C and 07. RGB value is (39,28,7). Sum of RGB (Red+Green+Blue) = 39+28+7=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #271C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271C07 is #D8E3F8. Grayscale: #1C1C1C. Windows color (decimal): -14214137 or 465959. OLE color: 465959.

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

Color convert

RGB 39 28 7 -
CMYK 0 0.28 0.82 0.85
HSL 39.38º 0.7% 0.09% -
HSV(B) 39.38º 0.82% 0.15% -
XYZ 1.29 1.28 0.38 -
YUV 28.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 39 28 7 0 0.28 0.82 0.85 39.38 0.7 0.09
Hex 27 1C 7 0 1C 52 55 27 46 9
Octal 47 34 7 0 34 122 125 47 106 11
Binary 100111 11100 111 0 11100 1010010 1010101 100111 1000110 1001

Color Harmonies of #271C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C07

Black with #271C07

Text Example


Text Example

White with #271C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,28,7); }

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

background-color css

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

 a { background-color: rgb(39,28,7); }

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

border-color css

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

 span { border-color: rgb(39,28,7); }

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