#21022E

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

Shades of Blackcurrant #21022E

Tints of Blackcurrant #21022E

Color information

#21022E (or 0x21022E) is unknown color: approx Blackcurrant. HEX triplet: 21, 02 and 2E. RGB value is (33,2,46). Sum of RGB (Red+Green+Blue) = 33+2+46=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #21022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21022E is #DEFDD1. Grayscale: #101010. Windows color (decimal): -14613970 or 3015201. OLE color: 3015201.

HSL color Cylindrical-coordinate representation of color #21022E: hue angle of 282.27º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21022E is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB33246-
CMYK0.280.9600.82
HSL282.27º91.67%9.41%-
HSV(B)282.27º95.65%18.04%-
XYZ1.140.562.63-
YUV16.28144.77139.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 46 (18.36% from 255) = 56.79%
R=40.74%
G=2.47%
B=56.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal332460.280.9600.82282.2791.679.41
Hex2122E1C6005211a5c9
Octal4125634140012243213411
Binary100001101011101110011000000101001010001101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21022E; }

 p { color: rgb(33,2,46); }

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

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

 a { background-color: rgb(33,2,46); }

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

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

 span { border-color: rgb(33,2,46); }

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