#21032F

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

Shades of Blackcurrant #21032F

Tints of Blackcurrant #21032F

Color information

#21032F (or 0x21032F) is unknown color: approx Blackcurrant. HEX triplet: 21, 03 and 2F. RGB value is (33,3,47). Sum of RGB (Red+Green+Blue) = 33+3+47=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #21032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21032F is #DEFCD0. Grayscale: #101010. Windows color (decimal): -14613713 or 3080993. OLE color: 3080993.

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

Color convert

RGB33347-
CMYK0.300.9400.82
HSL280.91º88%9.8%-
HSV(B)280.91º93.62%18.43%-
XYZ1.170.592.74-
YUV16.99144.94139.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.76%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 47 (18.75% from 255) = 56.63%
R=39.76%
G=3.61%
B=56.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal333470.300.9400.82280.91889.8
Hex2132F1E5E05211958a
Octal4135736136012243113012
Binary100001111011111111010111100101001010001100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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