Html Css Color HEX #2C272A Melanzane

📋 copy color: '#2C272A'

red 44 ◦ green 39 ◦ blue 42

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

Shades of Melanzane #2C272A

Tints of Melanzane #2C272A

RGB

 RED value IS 44 (17.58% from 255) = 35.2%

 GREEN value IS 39 (15.63% from 255) = 31.2%

 BLUE value IS 42 (16.8% from 255) = 33.6%

R = 35.2%
G = 31.2%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.83

RGB Variations

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

Color information

#2C272A (or 0x2C272A) is known color: Melanzane. HEX triplet: 2C, 27 and 2A. RGB value is (44,39,42). Sum of RGB (Red+Green+Blue) = 44+39+42=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 44 - color contains mainly: red. Hex color #2C272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C272A is #D3D8D5. Grayscale: #282828. Windows color (decimal): -13883606 or 2762540. OLE color: 2762540.

HSL color Cylindrical-coordinate representation of color #2C272A: hue angle of 324º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2C272A is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.83.

Color convert

RGB 44 39 42 -
CMYK 0 0.11 0.05 0.83
HSL 324º 0.06% 0.16% -
HSV(B) 324º 0.11% 0.17% -
XYZ 2.18 2.15 2.49 -
YUV 40.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 44 39 42 0 0.11 0.05 0.83 324 0.06 0.16
Hex 2C 27 2A 0 B 5 53 144 6 10
Octal 54 47 52 0 13 5 123 504 6 20
Binary 101100 100111 101010 0 1011 101 1010011 101000100 110 10000

Color Harmonies of #2C272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C272A

Black with #2C272A

Text Example


Text Example

White with #2C272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C272A; }

 p { color: rgb(44,39,42); }

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

background-color css

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

 a { background-color: rgb(44,39,42); }

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

border-color css

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

 span { border-color: rgb(44,39,42); }

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