Html Css Color HEX #231A21 Melanzane

📋 copy color: '#231A21'

red 35 ◦ green 26 ◦ blue 33

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

Shades of Melanzane #231A21

Tints of Melanzane #231A21

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.66%

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

R = 37.23%
G = 27.66%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#231A21 (or 0x231A21) is known color: Melanzane. HEX triplet: 23, 1A and 21. RGB value is (35,26,33). Sum of RGB (Red+Green+Blue) = 35+26+33=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 35 - color contains mainly: red. Hex color #231A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A21 is #DCE5DE. Grayscale: #1D1D1D. Windows color (decimal): -14476767 or 2169379. OLE color: 2169379.

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

Color convert

RGB 35 26 33 -
CMYK 0 0.26 0.06 0.86
HSL 313.33º 0.15% 0.12% -
HSV(B) 313.33º 0.26% 0.14% -
XYZ 1.34 1.21 1.6 -
YUV 29.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 35 26 33 0 0.26 0.06 0.86 313.33 0.15 0.12
Hex 23 1A 21 0 1A 6 56 139 F C
Octal 43 32 41 0 32 6 126 471 17 14
Binary 100011 11010 100001 0 11010 110 1010110 100111001 1111 1100

Color Harmonies of #231A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A21

Black with #231A21

Text Example


Text Example

White with #231A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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