Html Css Color HEX #27131F Melanzane

📋 copy color: '#27131F'

red 39 ◦ green 19 ◦ blue 31

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

Shades of Melanzane #27131F

Tints of Melanzane #27131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

 BLUE value IS 31 (12.5% from 255) = 34.83%

R = 43.82%
G = 21.35%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#27131F (or 0x27131F) is known color: Melanzane. HEX triplet: 27, 13 and 1F. RGB value is (39,19,31). Sum of RGB (Red+Green+Blue) = 39+19+31=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #27131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27131F is #D8ECE0. Grayscale: #1A1A1A. Windows color (decimal): -14216417 or 2036519. OLE color: 2036519.

HSL color Cylindrical-coordinate representation of color #27131F: hue angle of 324º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27131F is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 19 31 -
CMYK 0 0.51 0.21 0.85
HSL 324º 0.34% 0.11% -
HSV(B) 324º 0.51% 0.15% -
XYZ 1.32 1 1.42 -
YUV 26.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 39 19 31 0 0.51 0.21 0.85 324 0.34 0.11
Hex 27 13 1F 0 33 15 55 144 22 B
Octal 47 23 37 0 63 25 125 504 42 13
Binary 100111 10011 11111 0 110011 10101 1010101 101000100 100010 1011

Color Harmonies of #27131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27131F

Black with #27131F

Text Example


Text Example

White with #27131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27131F; }

 p { color: rgb(39,19,31); }

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

background-color css

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

 a { background-color: rgb(39,19,31); }

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

border-color css

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

 span { border-color: rgb(39,19,31); }

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