#210132

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

Shades of Blackcurrant #210132

Tints of Blackcurrant #210132

Color information

#210132 (or 0x210132) is unknown color: approx Blackcurrant. HEX triplet: 21, 01 and 32. RGB value is (33,1,50). Sum of RGB (Red+Green+Blue) = 33+1+50=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #210132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210132 is #DEFECD. Grayscale: #0F0F0F. Windows color (decimal): -14614222 or 3277089. OLE color: 3277089.

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

Color convert

RGB33150-
CMYK0.340.9800.80
HSL279.18º96.08%10%-
HSV(B)279.18º98%19.61%-
XYZ1.210.583.06-
YUV16.15147.1140.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 50 (19.92% from 255) = 59.52%
R=39.29%
G=1.19%
B=59.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal331500.340.9800.80279.1896.0810
Hex21132226205011760a
Octal4116242142012042714012
Binary100001111001010001011000100101000010001011111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210132; }

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

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

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

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

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

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

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

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