#210933

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

Shades of Blackcurrant #210933

Tints of Blackcurrant #210933

Color information

#210933 (or 0x210933) is unknown color: approx Blackcurrant. HEX triplet: 21, 09 and 33. RGB value is (33,9,51). Sum of RGB (Red+Green+Blue) = 33+9+51=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 51 (20.31% from 255 or 54.84% from 93); Max value from RGB is 51 - color contains mainly: blue. Hex color #210933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210933 is #DEF6CC. Grayscale: #141414. Windows color (decimal): -14612173 or 3344673. OLE color: 3344673.

HSL color Cylindrical-coordinate representation of color #210933: hue angle of 274.29º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210933 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB33951-
CMYK0.350.8200.8
HSL274.29º70%11.76%-
HSV(B)274.29º82.35%20%-
XYZ1.320.763.21-
YUV20.96144.95136.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.48%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 51 (20.31% from 255) = 54.84%
R=35.48%
G=9.68%
B=54.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal339510.350.8200.8274.297011.76
Hex21933235205011246c
Octal41116343122012042210614
Binary100001100111001110001110100100101000010001001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210933; }

 p { color: rgb(33,9,51); }

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

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

 a { background-color: rgb(33,9,51); }

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

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

 span { border-color: rgb(33,9,51); }

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