#200147

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

Shades of Blackcurrant #200147

Tints of Blackcurrant #200147

Color information

#200147 (or 0x200147) is unknown color: approx Blackcurrant. HEX triplet: 20, 01 and 47. RGB value is (32,1,71). Sum of RGB (Red+Green+Blue) = 32+1+71=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 1 (0.78% from 255 or 0.96% 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 #200147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200147 is #DFFEB8. Grayscale: #121212. Windows color (decimal): -14679737 or 4653344. OLE color: 4653344.

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

Color convert

RGB32171-
CMYK0.550.9900.72
HSL266.57º97.22%14.12%-
HSV(B)266.57º98.59%27.84%-
XYZ1.740.786.02-
YUV18.25157.77137.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.77%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 71 (28.12% from 255) = 68.27%
R=30.77%
G=0.96%
B=68.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal321710.550.9900.72266.5797.2214.12
Hex20147376304810b61e
Octal40110767143011041314116
Binary1000001100011111011111000110100100010000101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200147; }

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

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

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

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

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

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

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

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