#210833

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

Shades of Blackcurrant #210833

Tints of Blackcurrant #210833

Color information

#210833 (or 0x210833) is unknown color: approx Blackcurrant. HEX triplet: 21, 08 and 33. RGB value is (33,8,51). Sum of RGB (Red+Green+Blue) = 33+8+51=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 51 (20.31% from 255 or 55.43% from 92); Max value from RGB is 51 - color contains mainly: blue. Hex color #210833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210833 is #DEF7CC. Grayscale: #141414. Windows color (decimal): -14612429 or 3344417. OLE color: 3344417.

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

Color convert

RGB33851-
CMYK0.350.8400.8
HSL274.88º72.88%11.57%-
HSV(B)274.88º84.31%20%-
XYZ1.310.743.2-
YUV20.38145.28137-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 51 (20.31% from 255) = 55.43%
R=35.87%
G=8.70%
B=55.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal338510.350.8400.8274.8872.8811.57
Hex21833235405011349c
Octal41106343124012042311114
Binary100001100011001110001110101000101000010001001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210833; }

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

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

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

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

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

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

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

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