Html Css Color HEX #272400 Maire

📋 copy color: '#272400'

red 39 ◦ green 36 ◦ blue 0

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

Shades of Maire #272400

Tints of Maire #272400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 48%

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

R = 52%
G = 48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#272400 (or 0x272400) is known color: Maire. HEX triplet: 27, 24 and 00. RGB value is (39,36,0). Sum of RGB (Red+Green+Blue) = 39+36+0=75 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 39 - color contains mainly: red. Hex color #272400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272400 is #D8DBFF. Grayscale: #202020. Windows color (decimal): -14212096 or 9255. OLE color: 9255.

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

Color convert

RGB 39 36 0 -
CMYK 0 0.08 1 0.85
HSL 55.38º 1% 0.08% -
HSV(B) 55.38º 1% 0.15% -
XYZ 1.47 1.69 0.25 -
YUV 32.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 39 36 0 0 0.08 1 0.85 55.38 1 0.08
Hex 27 24 0 0 8 64 55 37 64 8
Octal 47 44 0 0 10 144 125 67 144 10
Binary 100111 100100 0 0 1000 1100100 1010101 110111 1100100 1000

Color Harmonies of #272400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272400

Black with #272400

Text Example


Text Example

White with #272400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272400; }

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

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

background-color css

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

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

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

border-color css

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

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

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