#21043C

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

Shades of Blackcurrant #21043C

Tints of Blackcurrant #21043C

Color information

#21043C (or 0x21043C) is unknown color: approx Blackcurrant. HEX triplet: 21, 04 and 3C. RGB value is (33,4,60). Sum of RGB (Red+Green+Blue) = 33+4+60=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #21043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21043C is #DEFBC3. Grayscale: #121212. Windows color (decimal): -14613444 or 3933217. OLE color: 3933217.

HSL color Cylindrical-coordinate representation of color #21043C: hue angle of 271.07º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21043C is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB33460-
CMYK0.450.9300.76
HSL271.07º87.5%12.55%-
HSV(B)271.07º93.33%23.53%-
XYZ1.490.744.34-
YUV19.06151.11137.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 60 (23.83% from 255) = 61.86%
R=34.02%
G=4.12%
B=61.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal334600.450.9300.76271.0787.512.55
Hex2143C2D5D04C10f58d
Octal4147455135011441713015
Binary10000110011110010110110111010100110010000111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21043C; }

 p { color: rgb(33,4,60); }

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

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

 a { background-color: rgb(33,4,60); }

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

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

 span { border-color: rgb(33,4,60); }

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