Html Css Color HEX #272800 Maire

📋 copy color: '#272800'

red 39 ◦ green 40 ◦ blue 0

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

Shades of Maire #272800

Tints of Maire #272800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 50.63%

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

R = 49.37%
G = 50.63%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#272800 (or 0x272800) is known color: Maire. HEX triplet: 27, 28 and 00. RGB value is (39,40,0). Sum of RGB (Red+Green+Blue) = 39+40+0=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #272800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272800 is #D8D7FF. Grayscale: #232323. Windows color (decimal): -14211072 or 10279. OLE color: 10279.

HSL color Cylindrical-coordinate representation of color #272800: hue angle of 61.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #272800 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB 39 40 0 -
CMYK 0.02 0 1 0.84
HSL 61.5º 1% 0.08% -
HSV(B) 61.5º 1% 0.16% -
XYZ 1.6 1.95 0.29 -
YUV 35.14 108.17 130.75 -
System Red Green Blue C M Y K H S L
Decimal 39 40 0 0.02 0 1 0.84 61.5 1 0.08
Hex 27 28 0 2 0 64 54 3E 64 8
Octal 47 50 0 2 0 144 124 76 144 10
Binary 100111 101000 0 10 0 1100100 1010100 111110 1100100 1000

Color Harmonies of #272800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272800

Black with #272800

Text Example


Text Example

White with #272800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272800; }

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

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

background-color css

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

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

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

border-color css

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

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

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