#231621

Color #231621 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #231621

Tints of Melanzane #231621

Color information

#231621 (or 0x231621) is unknown color: approx Melanzane. HEX triplet: 23, 16 and 21. RGB value is (35,22,33). Sum of RGB (Red+Green+Blue) = 35+22+33=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #231621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231621 is #DCE9DE. Grayscale: #1B1B1B. Windows color (decimal): -14477791 or 2168355. OLE color: 2168355.

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

Color convert

RGB352233-
CMYK00.370.060.86
HSL309.23º22.81%11.18%-
HSV(B)309.23º37.14%13.73%-
XYZ1.251.041.57-
YUV27.14131.31133.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 33 (13.28% from 255) = 36.67%
R=38.89%
G=24.44%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35223300.370.060.86309.2322.8111.18
Hex23162102565613517b
Octal43264104561264652713
Binary1000111011010000101001011101010110100110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231621; }

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

 H1.HeaderClassName
 {
   color: #231621;
 }
 .AnyTagClassName
 {
   color: #231621;
 }
</style>
background-color css

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

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

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

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

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

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