Html Css Color HEX #272125 Melanzane

📋 copy color: '#272125'

red 39 ◦ green 33 ◦ blue 37

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

Shades of Melanzane #272125

Tints of Melanzane #272125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.28%

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

R = 35.78%
G = 30.28%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#272125 (or 0x272125) is known color: Melanzane. HEX triplet: 27, 21 and 25. RGB value is (39,33,37). Sum of RGB (Red+Green+Blue) = 39+33+37=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 39 - color contains mainly: red. Hex color #272125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272125 is #D8DEDA. Grayscale: #232323. Windows color (decimal): -14212827 or 2433319. OLE color: 2433319.

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

Color convert

RGB 39 33 37 -
CMYK 0 0.15 0.05 0.85
HSL 320º 0.08% 0.14% -
HSV(B) 320º 0.15% 0.15% -
XYZ 1.71 1.65 1.98 -
YUV 35.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 39 33 37 0 0.15 0.05 0.85 320 0.08 0.14
Hex 27 21 25 0 F 5 55 140 8 E
Octal 47 41 45 0 17 5 125 500 10 16
Binary 100111 100001 100101 0 1111 101 1010101 101000000 1000 1110

Color Harmonies of #272125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272125

Black with #272125

Text Example


Text Example

White with #272125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272125; }

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

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

background-color css

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

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

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

border-color css

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

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

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