Html Css Color HEX #271E00 Maire

📋 copy color: '#271E00'

red 39 ◦ green 30 ◦ blue 0

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

Shades of Maire #271E00

Tints of Maire #271E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 43.48%

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

R = 56.52%
G = 43.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#271E00 (or 0x271E00) is known color: Maire. HEX triplet: 27, 1E and 00. RGB value is (39,30,0). Sum of RGB (Red+Green+Blue) = 39+30+0=69 (9% of max value = 765). Red value is 39 (15.62% from 255 or 56.52% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 39 - color contains mainly: red. Hex color #271E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271E00 is #D8E1FF. Grayscale: #1D1D1D. Windows color (decimal): -14213632 or 7719. OLE color: 7719.

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

Color convert

RGB 39 30 0 -
CMYK 0 0.23 1 0.85
HSL 46.15º 1% 0.08% -
HSV(B) 46.15º 1% 0.15% -
XYZ 1.3 1.36 0.19 -
YUV 29.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 39 30 0 0 0.23 1 0.85 46.15 1 0.08
Hex 27 1E 0 0 17 64 55 2E 64 8
Octal 47 36 0 0 27 144 125 56 144 10
Binary 100111 11110 0 0 10111 1100100 1010101 101110 1100100 1000

Color Harmonies of #271E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271E00

Black with #271E00

Text Example


Text Example

White with #271E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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