Html Css Color HEX #27071F Melanzane

📋 copy color: '#27071F'

red 39 ◦ green 7 ◦ blue 31

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

Shades of Melanzane #27071F

Tints of Melanzane #27071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.09%

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

R = 50.65%
G = 9.09%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#27071F (or 0x27071F) is known color: Melanzane. HEX triplet: 27, 07 and 1F. RGB value is (39,7,31). Sum of RGB (Red+Green+Blue) = 39+7+31=77 (10% of max value = 765). Red value is 39 (15.62% from 255 or 50.65% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 39 - color contains mainly: red. Hex color #27071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27071F is #D8F8E0. Grayscale: #131313. Windows color (decimal): -14219489 or 2033447. OLE color: 2033447.

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

Color convert

RGB 39 7 31 -
CMYK 0 0.82 0.21 0.85
HSL 315º 0.7% 0.09% -
HSV(B) 315º 0.82% 0.15% -
XYZ 1.16 0.68 1.37 -
YUV 19.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 39 7 31 0 0.82 0.21 0.85 315 0.7 0.09
Hex 27 7 1F 0 52 15 55 13B 46 9
Octal 47 7 37 0 122 25 125 473 106 11
Binary 100111 111 11111 0 1010010 10101 1010101 100111011 1000110 1001

Color Harmonies of #27071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27071F

Black with #27071F

Text Example


Text Example

White with #27071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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