#21043D

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

Shades of Blackcurrant #21043D

Tints of Blackcurrant #21043D

Color information

#21043D (or 0x21043D) is unknown color: approx Blackcurrant. HEX triplet: 21, 04 and 3D. RGB value is (33,4,61). Sum of RGB (Red+Green+Blue) = 33+4+61=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #21043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21043D is #DEFBC2. Grayscale: #121212. Windows color (decimal): -14613443 or 3998753. OLE color: 3998753.

HSL color Cylindrical-coordinate representation of color #21043D: hue angle of 270.53º 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 #21043D is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB33461-
CMYK0.460.9300.76
HSL270.53º87.69%12.75%-
HSV(B)270.53º93.44%23.92%-
XYZ1.510.754.48-
YUV19.17151.61137.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 33.67%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 61 (24.22% from 255) = 62.24%
R=33.67%
G=4.08%
B=62.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal334610.460.9300.76270.5387.6912.75
Hex2143D2E5D04C10f58d
Octal4147556135011441713015
Binary10000110011110110111010111010100110010000111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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