Html Css Color HEX #271A00 Black Magic

📋 copy color: '#271A00'

red 39 ◦ green 26 ◦ blue 0

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

Shades of Black Magic #271A00

Tints of Black Magic #271A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 40%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#271A00 (or 0x271A00) is known color: Black Magic. HEX triplet: 27, 1A and 00. RGB value is (39,26,0). Sum of RGB (Red+Green+Blue) = 39+26+0=65 (8% of max value = 765). Red value is 39 (15.62% from 255 or 60% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 39 - color contains mainly: red. Hex color #271A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A00 is #D8E5FF. Grayscale: #1B1B1B. Windows color (decimal): -14214656 or 6695. OLE color: 6695.

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

Color convert

RGB 39 26 0 -
CMYK 0 0.33 1 0.85
HSL 40º 1% 0.08% -
HSV(B) 40º 1% 0.15% -
XYZ 1.21 1.17 0.16 -
YUV 26.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 39 26 0 0 0.33 1 0.85 40 1 0.08
Hex 27 1A 0 0 21 64 55 28 64 8
Octal 47 32 0 0 41 144 125 50 144 10
Binary 100111 11010 0 0 100001 1100100 1010101 101000 1100100 1000

Color Harmonies of #271A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A00

Black with #271A00

Text Example


Text Example

White with #271A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,26,0); }

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

background-color css

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

 a { background-color: rgb(39,26,0); }

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

border-color css

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

 span { border-color: rgb(39,26,0); }

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