Html Css Color HEX #282327 Melanzane

📋 copy color: '#282327'

red 40 ◦ green 35 ◦ blue 39

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

Shades of Melanzane #282327

Tints of Melanzane #282327

RGB

 RED value IS 40 (16.02% from 255) = 35.09%

 GREEN value IS 35 (14.06% from 255) = 30.7%

 BLUE value IS 39 (15.63% from 255) = 34.21%

R = 35.09%
G = 30.7%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#282327 (or 0x282327) is known color: Melanzane. HEX triplet: 28, 23 and 27. RGB value is (40,35,39). Sum of RGB (Red+Green+Blue) = 40+35+39=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 40 - color contains mainly: red. Hex color #282327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282327 is #D7DCD8. Grayscale: #242424. Windows color (decimal): -14146777 or 2564904. OLE color: 2564904.

HSL color Cylindrical-coordinate representation of color #282327: hue angle of 312º degrees, saturation: 0.07, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #282327 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 35 39 -
CMYK 0 0.12 0.02 0.84
HSL 312º 0.07% 0.15% -
HSV(B) 312º 0.13% 0.16% -
XYZ 1.84 1.8 2.17 -
YUV 36.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 40 35 39 0 0.12 0.02 0.84 312 0.07 0.15
Hex 28 23 27 0 C 2 54 138 7 F
Octal 50 43 47 0 14 2 124 470 7 17
Binary 101000 100011 100111 0 1100 10 1010100 100111000 111 1111

Color Harmonies of #282327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282327

Black with #282327

Text Example


Text Example

White with #282327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282327; }

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

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

background-color css

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

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

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

border-color css

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

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

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