#210341

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

Shades of Blackcurrant #210341

Tints of Blackcurrant #210341

Color information

#210341 (or 0x210341) is unknown color: approx Blackcurrant. HEX triplet: 21, 03 and 41. RGB value is (33,3,65). Sum of RGB (Red+Green+Blue) = 33+3+65=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #210341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210341 is #DEFCBE. Grayscale: #121212. Windows color (decimal): -14613695 or 4260641. OLE color: 4260641.

HSL color Cylindrical-coordinate representation of color #210341: hue angle of 269.03º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210341 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB33365-
CMYK0.490.9500.75
HSL269.03º91.18%13.33%-
HSV(B)269.03º95.38%25.49%-
XYZ1.610.775.06-
YUV19.04153.94137.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.67%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 65 (25.78% from 255) = 64.36%
R=32.67%
G=2.97%
B=64.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal333650.490.9500.75269.0391.1813.33
Hex21341315F04B10d5bd
Octal41310161137011341513315
Binary10000111100000111000110111110100101110000110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210341; }

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

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

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

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

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

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

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

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