Html Css Color HEX #281323 Melanzane

📋 copy color: '#281323'

red 40 ◦ green 19 ◦ blue 35

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

Shades of Melanzane #281323

Tints of Melanzane #281323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.21%

 BLUE value IS 35 (14.06% from 255) = 37.23%

R = 42.55%
G = 20.21%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.84

RGB Variations

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

Color information

#281323 (or 0x281323) is known color: Melanzane. HEX triplet: 28, 13 and 23. RGB value is (40,19,35). Sum of RGB (Red+Green+Blue) = 40+19+35=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #281323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281323 is #D7ECDC. Grayscale: #1B1B1B. Windows color (decimal): -14150877 or 2298664. OLE color: 2298664.

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

Color convert

RGB 40 19 35 -
CMYK 0 0.52 0.12 0.84
HSL 314.29º 0.36% 0.12% -
HSV(B) 314.29º 0.53% 0.16% -
XYZ 1.41 1.04 1.72 -
YUV 27.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 40 19 35 0 0.52 0.12 0.84 314.29 0.36 0.12
Hex 28 13 23 0 34 C 54 13A 24 C
Octal 50 23 43 0 64 14 124 472 44 14
Binary 101000 10011 100011 0 110100 1100 1010100 100111010 100100 1100

Color Harmonies of #281323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281323

Black with #281323

Text Example


Text Example

White with #281323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281323; }

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

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

background-color css

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

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

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

border-color css

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

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

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