#200346

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

Shades of Blackcurrant #200346

Tints of Blackcurrant #200346

Color information

#200346 (or 0x200346) is unknown color: approx Blackcurrant. HEX triplet: 20, 03 and 46. RGB value is (32,3,70). Sum of RGB (Red+Green+Blue) = 32+3+70=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #200346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200346 is #DFFCB9. Grayscale: #131313. Windows color (decimal): -14679226 or 4588320. OLE color: 4588320.

HSL color Cylindrical-coordinate representation of color #200346: hue angle of 265.97º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200346 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB32370-
CMYK0.540.9600.73
HSL265.97º91.78%14.31%-
HSV(B)265.97º95.71%27.45%-
XYZ1.730.815.86-
YUV19.31156.61137.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.48%
GREEN value IS 3 (1.56% from 255) = 2.86%
BLUE value IS 70 (27.73% from 255) = 66.67%
R=30.48%
G=2.86%
B=66.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal323700.540.9600.73265.9791.7814.31
Hex20346366004910a5ce
Octal40310666140011141213416
Binary10000011100011011011011000000100100110000101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200346; }

 p { color: rgb(32,3,70); }

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

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

 a { background-color: rgb(32,3,70); }

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

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

 span { border-color: rgb(32,3,70); }

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