#21032E

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

Shades of Blackcurrant #21032E

Tints of Blackcurrant #21032E

Color information

#21032E (or 0x21032E) is unknown color: approx Blackcurrant. HEX triplet: 21, 03 and 2E. RGB value is (33,3,46). Sum of RGB (Red+Green+Blue) = 33+3+46=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #21032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21032E is #DEFCD1. Grayscale: #101010. Windows color (decimal): -14613714 or 3015457. OLE color: 3015457.

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

Color convert

RGB33346-
CMYK0.280.9300.82
HSL281.86º87.76%9.61%-
HSV(B)281.86º93.48%18.04%-
XYZ1.150.592.64-
YUV16.87144.44139.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 46 (18.36% from 255) = 56.10%
R=40.24%
G=3.66%
B=56.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal333460.280.9300.82281.8687.769.61
Hex2132E1C5D05211a58a
Octal4135634135012243213012
Binary100001111011101110010111010101001010001101010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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