Html Css Color HEX #271B00 Maire

📋 copy color: '#271B00'

red 39 ◦ green 27 ◦ blue 0

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

Shades of Maire #271B00

Tints of Maire #271B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 40.91%

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

R = 59.09%
G = 40.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#271B00 (or 0x271B00) is known color: Maire. HEX triplet: 27, 1B and 00. RGB value is (39,27,0). Sum of RGB (Red+Green+Blue) = 39+27+0=66 (8% of max value = 765). Red value is 39 (15.62% from 255 or 59.09% from 66); Green value is 27 (10.94% from 255 or 40.91% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 39 - color contains mainly: red. Hex color #271B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B00 is #D8E4FF. Grayscale: #1B1B1B. Windows color (decimal): -14214400 or 6951. OLE color: 6951.

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

Color convert

RGB 39 27 0 -
CMYK 0 0.31 1 0.85
HSL 41.54º 1% 0.08% -
HSV(B) 41.54º 1% 0.15% -
XYZ 1.23 1.22 0.17 -
YUV 27.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 39 27 0 0 0.31 1 0.85 41.54 1 0.08
Hex 27 1B 0 0 1F 64 55 2A 64 8
Octal 47 33 0 0 37 144 125 52 144 10
Binary 100111 11011 0 0 11111 1100100 1010101 101010 1100100 1000

Color Harmonies of #271B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271B00

Black with #271B00

Text Example


Text Example

White with #271B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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