#211430

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

Shades of Blackcurrant #211430

Tints of Blackcurrant #211430

Color information

#211430 (or 0x211430) is unknown color: approx Blackcurrant. HEX triplet: 21, 14 and 30. RGB value is (33,20,48). Sum of RGB (Red+Green+Blue) = 33+20+48=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #211430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211430 is #DEEBCF. Grayscale: #1A1A1A. Windows color (decimal): -14609360 or 3150881. OLE color: 3150881.

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

Color convert

RGB332048-
CMYK0.310.5800.81
HSL267.86º41.18%13.33%-
HSV(B)267.86º58.33%18.82%-
XYZ1.411.042.92-
YUV27.08139.81132.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 48 (19.14% from 255) = 47.52%
R=32.67%
G=19.80%
B=47.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3320480.310.5800.81267.8641.1813.33
Hex2114301F3A05110c29d
Octal412460377201214145115
Binary1000011010011000011111111010010100011000011001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211430; }

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

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

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

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

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

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

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

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