Html Css Color HEX #272225 Melanzane

📋 copy color: '#272225'

red 39 ◦ green 34 ◦ blue 37

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

Shades of Melanzane #272225

Tints of Melanzane #272225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.91%

 BLUE value IS 37 (14.84% from 255) = 33.64%

R = 35.45%
G = 30.91%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#272225 (or 0x272225) is known color: Melanzane. HEX triplet: 27, 22 and 25. RGB value is (39,34,37). Sum of RGB (Red+Green+Blue) = 39+34+37=110 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.45% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 39 - color contains mainly: red. Hex color #272225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272225 is #D8DDDA. Grayscale: #232323. Windows color (decimal): -14212571 or 2433575. OLE color: 2433575.

HSL color Cylindrical-coordinate representation of color #272225: hue angle of 324º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #272225 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 34 37 -
CMYK 0 0.13 0.05 0.85
HSL 324º 0.07% 0.14% -
HSV(B) 324º 0.13% 0.15% -
XYZ 1.74 1.71 1.99 -
YUV 35.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 39 34 37 0 0.13 0.05 0.85 324 0.07 0.14
Hex 27 22 25 0 D 5 55 144 7 E
Octal 47 42 45 0 15 5 125 504 7 16
Binary 100111 100010 100101 0 1101 101 1010101 101000100 111 1110

Color Harmonies of #272225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272225

Black with #272225

Text Example


Text Example

White with #272225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272225; }

 p { color: rgb(39,34,37); }

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

background-color css

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

 a { background-color: rgb(39,34,37); }

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

border-color css

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

 span { border-color: rgb(39,34,37); }

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