#21033D

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

Shades of Blackcurrant #21033D

Tints of Blackcurrant #21033D

Color information

#21033D (or 0x21033D) is unknown color: approx Blackcurrant. HEX triplet: 21, 03 and 3D. RGB value is (33,3,61). Sum of RGB (Red+Green+Blue) = 33+3+61=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #21033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21033D is #DEFCC2. Grayscale: #121212. Windows color (decimal): -14613699 or 3998497. OLE color: 3998497.

HSL color Cylindrical-coordinate representation of color #21033D: hue angle of 271.03º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21033D is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB33361-
CMYK0.460.9500.76
HSL271.03º90.62%12.55%-
HSV(B)271.03º95.08%23.92%-
XYZ1.50.734.48-
YUV18.58151.94138.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.02%
GREEN value IS 3 (1.56% from 255) = 3.09%
BLUE value IS 61 (24.22% from 255) = 62.89%
R=34.02%
G=3.09%
B=62.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal333610.460.9500.76271.0390.6212.55
Hex2133D2E5F04C10f5bd
Octal4137556137011441713315
Binary1000011111110110111010111110100110010000111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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