#21033B

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

Shades of Blackcurrant #21033B

Tints of Blackcurrant #21033B

Color information

#21033B (or 0x21033B) is unknown color: approx Blackcurrant. HEX triplet: 21, 03 and 3B. RGB value is (33,3,59). Sum of RGB (Red+Green+Blue) = 33+3+59=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 59 (23.44% from 255 or 62.11% from 95); Max value from RGB is 59 - color contains mainly: blue. Hex color #21033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21033B is #DEFCC4. Grayscale: #121212. Windows color (decimal): -14613701 or 3867425. OLE color: 3867425.

HSL color Cylindrical-coordinate representation of color #21033B: hue angle of 272.14º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21033B is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB33359-
CMYK0.440.9500.77
HSL272.14º90.32%12.16%-
HSV(B)272.14º94.92%23.14%-
XYZ1.450.74.2-
YUV18.35150.94138.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 59 (23.44% from 255) = 62.11%
R=34.74%
G=3.16%
B=62.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal333590.440.9500.77272.1490.3212.16
Hex2133B2C5F04D1105ac
Octal4137354137011542013214
Binary1000011111101110110010111110100110110001000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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