#210031

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

Shades of Blackcurrant #210031

Tints of Blackcurrant #210031

Color information

#210031 (or 0x210031) is unknown color: approx Blackcurrant. HEX triplet: 21, 00 and 31. RGB value is (33,0,49). Sum of RGB (Red+Green+Blue) = 33+0+49=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #210031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210031 is #DEFFCE. Grayscale: #0F0F0F. Windows color (decimal): -14614479 or 3211297. OLE color: 3211297.

HSL color Cylindrical-coordinate representation of color #210031: hue angle of 280.41º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210031 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB33049-
CMYK0.33100.81
HSL280.41º100%9.61%-
HSV(B)280.41º100%19.22%-
XYZ1.180.552.95-
YUV15.45146.93140.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 59.76%
R=40.24%
G=0%
B=59.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal330490.33100.81280.411009.61
Hex21031216405111864a
Octal4106141144012143014412
Binary100001011000110000111001000101000110001100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210031; }

 p { color: rgb(33,0,49); }

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

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

 a { background-color: rgb(33,0,49); }

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

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

 span { border-color: rgb(33,0,49); }

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