#210047

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

Shades of Blackcurrant #210047

Tints of Blackcurrant #210047

Color information

#210047 (or 0x210047) is unknown color: approx Blackcurrant. HEX triplet: 21, 00 and 47. RGB value is (33,0,71). Sum of RGB (Red+Green+Blue) = 33+0+71=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #210047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210047 is #DEFFB8. Grayscale: #111111. Windows color (decimal): -14614457 or 4653089. OLE color: 4653089.

HSL color Cylindrical-coordinate representation of color #210047: hue angle of 267.89º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210047 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB33071-
CMYK0.54100.72
HSL267.89º100%13.92%-
HSV(B)267.89º100%27.84%-
XYZ1.760.786.02-
YUV17.96157.93138.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 68.27%
R=31.73%
G=0%
B=68.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal330710.54100.72267.8910013.92
Hex21047366404810c64e
Octal41010766144011041414416
Binary1000010100011111011011001000100100010000110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210047; }

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

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

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

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

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

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

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

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