#211730

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

Shades of Blackcurrant #211730

Tints of Blackcurrant #211730

Color information

#211730 (or 0x211730) is unknown color: approx Blackcurrant. HEX triplet: 21, 17 and 30. RGB value is (33,23,48). Sum of RGB (Red+Green+Blue) = 33+23+48=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #211730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211730 is #DEE8CF. Grayscale: #1C1C1C. Windows color (decimal): -14608592 or 3151649. OLE color: 3151649.

HSL color Cylindrical-coordinate representation of color #211730: hue angle of 264º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #211730 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB332348-
CMYK0.310.5200.81
HSL264º35.21%13.92%-
HSV(B)264º52.08%18.82%-
XYZ1.471.152.94-
YUV28.84138.81130.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 23 (9.38% from 255) = 22.12%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=31.73%
G=22.12%
B=46.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3323480.310.5200.8126435.2113.92
Hex2117301F3405110823e
Octal412760376401214104316
Binary1000011011111000011111110100010100011000010001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211730; }

 p { color: rgb(33,23,48); }

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

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

 a { background-color: rgb(33,23,48); }

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

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

 span { border-color: rgb(33,23,48); }

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