Html Css Color HEX #281121 Melanzane

📋 copy color: '#281121'

red 40 ◦ green 17 ◦ blue 33

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

Shades of Melanzane #281121

Tints of Melanzane #281121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.89%

 BLUE value IS 33 (13.28% from 255) = 36.67%

R = 44.44%
G = 18.89%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#281121 (or 0x281121) is known color: Melanzane. HEX triplet: 28, 11 and 21. RGB value is (40,17,33). Sum of RGB (Red+Green+Blue) = 40+17+33=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #281121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281121 is #D7EEDE. Grayscale: #191919. Windows color (decimal): -14151391 or 2167080. OLE color: 2167080.

HSL color Cylindrical-coordinate representation of color #281121: hue angle of 318.26º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #281121 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 17 33 -
CMYK 0 0.57 0.17 0.84
HSL 318.26º 0.4% 0.11% -
HSV(B) 318.26º 0.58% 0.16% -
XYZ 1.35 0.96 1.55 -
YUV 25.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 40 17 33 0 0.57 0.17 0.84 318.26 0.4 0.11
Hex 28 11 21 0 39 11 54 13E 28 B
Octal 50 21 41 0 71 21 124 476 50 13
Binary 101000 10001 100001 0 111001 10001 1010100 100111110 101000 1011

Color Harmonies of #281121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281121

Black with #281121

Text Example


Text Example

White with #281121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281121; }

 p { color: rgb(40,17,33); }

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

background-color css

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

 a { background-color: rgb(40,17,33); }

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

border-color css

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

 span { border-color: rgb(40,17,33); }

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