#211923

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

Shades of Blackcurrant #211923

Tints of Blackcurrant #211923

Color information

#211923 (or 0x211923) is unknown color: approx Blackcurrant. HEX triplet: 21, 19 and 23. RGB value is (33,25,35). Sum of RGB (Red+Green+Blue) = 33+25+35=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 35 - color contains mainly: blue. Hex color #211923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211923 is #DEE6DC. Grayscale: #1C1C1C. Windows color (decimal): -14608093 or 2300193. OLE color: 2300193.

HSL color Cylindrical-coordinate representation of color #211923: hue angle of 288º 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 #211923 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB332535-
CMYK0.060.2900.86
HSL288º16.67%11.76%-
HSV(B)288º28.57%13.73%-
XYZ1.281.141.74-
YUV28.53131.65131.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 35 (14.06% from 255) = 37.63%
R=35.48%
G=26.88%
B=37.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3325350.060.2900.8628816.6711.76
Hex21192361D05612011c
Octal41314363501264402114
Binary100001110011000111101110101010110100100000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211923; }

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

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

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

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

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

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

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

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