Html Css Color HEX #271323 Melanzane

📋 copy color: '#271323'

red 39 ◦ green 19 ◦ blue 35

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

Shades of Melanzane #271323

Tints of Melanzane #271323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 37.63%

R = 41.94%
G = 20.43%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.85

RGB Variations

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

Color information

#271323 (or 0x271323) is known color: Melanzane. HEX triplet: 27, 13 and 23. RGB value is (39,19,35). Sum of RGB (Red+Green+Blue) = 39+19+35=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #271323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271323 is #D8ECDC. Grayscale: #1A1A1A. Windows color (decimal): -14216413 or 2298663. OLE color: 2298663.

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

Color convert

RGB 39 19 35 -
CMYK 0 0.51 0.10 0.85
HSL 312º 0.34% 0.11% -
HSV(B) 312º 0.51% 0.15% -
XYZ 1.37 1.02 1.71 -
YUV 26.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 39 19 35 0 0.51 0.10 0.85 312 0.34 0.11
Hex 27 13 23 0 33 A 55 138 22 B
Octal 47 23 43 0 63 12 125 470 42 13
Binary 100111 10011 100011 0 110011 1010 1010101 100111000 100010 1011

Color Harmonies of #271323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271323

Black with #271323

Text Example


Text Example

White with #271323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271323; }

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

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

background-color css

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

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

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

border-color css

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

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

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