#211431

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

Shades of Blackcurrant #211431

Tints of Blackcurrant #211431

Color information

#211431 (or 0x211431) is unknown color: approx Blackcurrant. HEX triplet: 21, 14 and 31. RGB value is (33,20,49). Sum of RGB (Red+Green+Blue) = 33+20+49=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #211431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211431 is #DEEBCE. Grayscale: #1B1B1B. Windows color (decimal): -14609359 or 3216417. OLE color: 3216417.

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

Color convert

RGB332049-
CMYK0.330.5900.81
HSL266.9º42.03%13.53%-
HSV(B)266.9º59.18%19.22%-
XYZ1.431.053.03-
YUV27.19140.31132.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 49 (19.53% from 255) = 48.04%
R=32.35%
G=19.61%
B=48.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3320490.330.5900.81266.942.0313.53
Hex211431213B05110b2ae
Octal412461417301214135216
Binary10000110100110001100001111011010100011000010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211431; }

 p { color: rgb(33,20,49); }

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

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

 a { background-color: rgb(33,20,49); }

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

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

 span { border-color: rgb(33,20,49); }

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