#211138

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

Shades of Blackcurrant #211138

Tints of Blackcurrant #211138

Color information

#211138 (or 0x211138) is unknown color: approx Blackcurrant. HEX triplet: 21, 11 and 38. RGB value is (33,17,56). Sum of RGB (Red+Green+Blue) = 33+17+56=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #211138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211138 is #DEEEC7. Grayscale: #1A1A1A. Windows color (decimal): -14610120 or 3674401. OLE color: 3674401.

HSL color Cylindrical-coordinate representation of color #211138: hue angle of 264.62º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #211138 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB331756-
CMYK0.410.7000.78
HSL264.62º53.42%14.31%-
HSV(B)264.62º69.64%21.96%-
XYZ1.541.013.86-
YUV26.23144.8132.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 56 (22.27% from 255) = 52.83%
R=31.13%
G=16.04%
B=52.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3317560.410.7000.78264.6253.4214.31
Hex211138294604E10935e
Octal4121705110601164116516
Binary100001100011110001010011000110010011101000010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211138; }

 p { color: rgb(33,17,56); }

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

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

 a { background-color: rgb(33,17,56); }

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

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

 span { border-color: rgb(33,17,56); }

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