Html Css Color HEX #231B21 Melanzane

📋 copy color: '#231B21'

red 35 ◦ green 27 ◦ blue 33

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

Shades of Melanzane #231B21

Tints of Melanzane #231B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.42%

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

R = 36.84%
G = 28.42%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#231B21 (or 0x231B21) is known color: Melanzane. HEX triplet: 23, 1B and 21. RGB value is (35,27,33). Sum of RGB (Red+Green+Blue) = 35+27+33=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 35 - color contains mainly: red. Hex color #231B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B21 is #DCE4DE. Grayscale: #1E1E1E. Windows color (decimal): -14476511 or 2169635. OLE color: 2169635.

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

Color convert

RGB 35 27 33 -
CMYK 0 0.23 0.06 0.86
HSL 315º 0.13% 0.12% -
HSV(B) 315º 0.23% 0.14% -
XYZ 1.36 1.25 1.61 -
YUV 30.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 35 27 33 0 0.23 0.06 0.86 315 0.13 0.12
Hex 23 1B 21 0 17 6 56 13B D C
Octal 43 33 41 0 27 6 126 473 15 14
Binary 100011 11011 100001 0 10111 110 1010110 100111011 1101 1100

Color Harmonies of #231B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B21

Black with #231B21

Text Example


Text Example

White with #231B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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