#211630

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

Shades of Blackcurrant #211630

Tints of Blackcurrant #211630

Color information

#211630 (or 0x211630) is unknown color: approx Blackcurrant. HEX triplet: 21, 16 and 30. RGB value is (33,22,48). Sum of RGB (Red+Green+Blue) = 33+22+48=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #211630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211630 is #DEE9CF. Grayscale: #1C1C1C. Windows color (decimal): -14608848 or 3151393. OLE color: 3151393.

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

Color convert

RGB332248-
CMYK0.310.5400.81
HSL265.38º37.14%13.73%-
HSV(B)265.38º54.17%18.82%-
XYZ1.451.112.93-
YUV28.25139.14131.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 48 (19.14% from 255) = 46.60%
R=32.04%
G=21.36%
B=46.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3322480.310.5400.81265.3837.1413.73
Hex2116301F3605110925e
Octal412660376601214114516
Binary1000011011011000011111110110010100011000010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211630; }

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

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

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

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

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

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

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

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