#210349

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

Shades of Blackcurrant #210349

Tints of Blackcurrant #210349

Color information

#210349 (or 0x210349) is unknown color: approx Blackcurrant. HEX triplet: 21, 03 and 49. RGB value is (33,3,73). Sum of RGB (Red+Green+Blue) = 33+3+73=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #210349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210349 is #DEFCB6. Grayscale: #131313. Windows color (decimal): -14613687 or 4784929. OLE color: 4784929.

HSL color Cylindrical-coordinate representation of color #210349: hue angle of 265.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210349 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB33373-
CMYK0.550.9600.71
HSL265.71º92.11%14.9%-
HSV(B)265.71º95.89%28.63%-
XYZ1.860.876.37-
YUV19.95157.94137.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.28%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 73 (28.91% from 255) = 66.97%
R=30.28%
G=2.75%
B=66.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal333730.550.9600.71265.7192.1114.9
Hex21349376004710a5cf
Octal41311167140010741213417
Binary10000111100100111011111000000100011110000101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210349; }

 p { color: rgb(33,3,73); }

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

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

 a { background-color: rgb(33,3,73); }

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

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

 span { border-color: rgb(33,3,73); }

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