#211432

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

Shades of Blackcurrant #211432

Tints of Blackcurrant #211432

Color information

#211432 (or 0x211432) is unknown color: approx Blackcurrant. HEX triplet: 21, 14 and 32. RGB value is (33,20,50). Sum of RGB (Red+Green+Blue) = 33+20+50=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #211432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211432 is #DEEBCD. Grayscale: #1B1B1B. Windows color (decimal): -14609358 or 3281953. OLE color: 3281953.

HSL color Cylindrical-coordinate representation of color #211432: hue angle of 266º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #211432 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB332050-
CMYK0.340.6000.80
HSL266º42.86%13.73%-
HSV(B)266º60%19.61%-
XYZ1.451.053.14-
YUV27.31140.81132.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.04%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=32.04%
G=19.42%
B=48.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3320500.340.6000.8026642.8613.73
Hex211432223C05010a2be
Octal412462427401204125316
Binary10000110100110010100010111100010100001000010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211432; }

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

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

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

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

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

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

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

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