Html Css Color HEX #270C21 Melanzane

📋 copy color: '#270C21'

red 39 ◦ green 12 ◦ blue 33

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

Shades of Melanzane #270C21

Tints of Melanzane #270C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.29%

 BLUE value IS 33 (13.28% from 255) = 39.29%

R = 46.43%
G = 14.29%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#270C21 (or 0x270C21) is known color: Melanzane. HEX triplet: 27, 0C and 21. RGB value is (39,12,33). Sum of RGB (Red+Green+Blue) = 39+12+33=84 (11% of max value = 765). Red value is 39 (15.62% from 255 or 46.43% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 39 - color contains mainly: red. Hex color #270C21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270C21 is #D8F3DE. Grayscale: #161616. Windows color (decimal): -14218207 or 2165799. OLE color: 2165799.

HSL color Cylindrical-coordinate representation of color #270C21: hue angle of 313.33º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #270C21 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 12 33 -
CMYK 0 0.69 0.15 0.85
HSL 313.33º 0.53% 0.1% -
HSV(B) 313.33º 0.69% 0.15% -
XYZ 1.24 0.8 1.53 -
YUV 22.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 39 12 33 0 0.69 0.15 0.85 313.33 0.53 0.1
Hex 27 C 21 0 45 F 55 139 35 A
Octal 47 14 41 0 105 17 125 471 65 12
Binary 100111 1100 100001 0 1000101 1111 1010101 100111001 110101 1010

Color Harmonies of #270C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270C21

Black with #270C21

Text Example


Text Example

White with #270C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270C21; }

 p { color: rgb(39,12,33); }

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

background-color css

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

 a { background-color: rgb(39,12,33); }

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

border-color css

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

 span { border-color: rgb(39,12,33); }

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