#200247

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

Shades of Blackcurrant #200247

Tints of Blackcurrant #200247

Color information

#200247 (or 0x200247) is unknown color: approx Blackcurrant. HEX triplet: 20, 02 and 47. RGB value is (32,2,71). Sum of RGB (Red+Green+Blue) = 32+2+71=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #200247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200247 is #DFFDB8. Grayscale: #121212. Windows color (decimal): -14679481 or 4653600. OLE color: 4653600.

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

Color convert

RGB32271-
CMYK0.550.9700.72
HSL266.09º94.52%14.31%-
HSV(B)266.09º97.18%27.84%-
XYZ1.750.816.02-
YUV18.84157.44137.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.48%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 71 (28.12% from 255) = 67.62%
R=30.48%
G=1.90%
B=67.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal322710.550.9700.72266.0994.5214.31
Hex20247376104810a5fe
Octal40210767141011041213716
Binary10000010100011111011111000010100100010000101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200247; }

 p { color: rgb(32,2,71); }

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

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

 a { background-color: rgb(32,2,71); }

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

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

 span { border-color: rgb(32,2,71); }

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