Html Css Color HEX #231921 Melanzane

📋 copy color: '#231921'

red 35 ◦ green 25 ◦ blue 33

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

Shades of Melanzane #231921

Tints of Melanzane #231921

RGB

 RED value IS 35 (14.06% from 255) = 37.63%

 GREEN value IS 25 (10.16% from 255) = 26.88%

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

R = 37.63%
G = 26.88%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#231921 (or 0x231921) is known color: Melanzane. HEX triplet: 23, 19 and 21. RGB value is (35,25,33). Sum of RGB (Red+Green+Blue) = 35+25+33=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 35 - color contains mainly: red. Hex color #231921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231921 is #DCE6DE. Grayscale: #1C1C1C. Windows color (decimal): -14477023 or 2169123. OLE color: 2169123.

HSL color Cylindrical-coordinate representation of color #231921: hue angle of 312º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #231921 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 25 33 -
CMYK 0 0.29 0.06 0.86
HSL 312º 0.17% 0.12% -
HSV(B) 312º 0.29% 0.14% -
XYZ 1.32 1.16 1.59 -
YUV 28.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 35 25 33 0 0.29 0.06 0.86 312 0.17 0.12
Hex 23 19 21 0 1D 6 56 138 11 C
Octal 43 31 41 0 35 6 126 470 21 14
Binary 100011 11001 100001 0 11101 110 1010110 100111000 10001 1100

Color Harmonies of #231921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231921

Black with #231921

Text Example


Text Example

White with #231921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231921; }

 p { color: rgb(35,25,33); }

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

background-color css

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

 a { background-color: rgb(35,25,33); }

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

border-color css

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

 span { border-color: rgb(35,25,33); }

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