#210832

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

Shades of Blackcurrant #210832

Tints of Blackcurrant #210832

Color information

#210832 (or 0x210832) is unknown color: approx Blackcurrant. HEX triplet: 21, 08 and 32. RGB value is (33,8,50). Sum of RGB (Red+Green+Blue) = 33+8+50=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #210832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210832 is #DEF7CD. Grayscale: #141414. Windows color (decimal): -14612430 or 3278881. OLE color: 3278881.

HSL color Cylindrical-coordinate representation of color #210832: hue angle of 275.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #210832 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB33850-
CMYK0.340.8400.80
HSL275.71º72.41%11.37%-
HSV(B)275.71º84%19.61%-
XYZ1.290.733.09-
YUV20.26144.78137.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.26%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 50 (19.92% from 255) = 54.95%
R=36.26%
G=8.79%
B=54.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal338500.340.8400.80275.7172.4111.37
Hex21832225405011448b
Octal41106242124012042411013
Binary100001100011001010001010101000101000010001010010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210832; }

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

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

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

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

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

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

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

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