#200C3F

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

Shades of Blackcurrant #200C3F

Tints of Blackcurrant #200C3F

Color information

#200C3F (or 0x200C3F) is unknown color: approx Blackcurrant. HEX triplet: 20, 0C and 3F. RGB value is (32,12,63). Sum of RGB (Red+Green+Blue) = 32+12+63=107 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.91% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #200C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C3F is #DFF3C0. Grayscale: #171717. Windows color (decimal): -14676929 or 4131872. OLE color: 4131872.

HSL color Cylindrical-coordinate representation of color #200C3F: hue angle of 263.53º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #200C3F is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB321263-
CMYK0.490.8100.75
HSL263.53º68%14.71%-
HSV(B)263.53º80.95%24.71%-
XYZ1.620.934.8-
YUV23.79150.13133.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.91%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 63 (25% from 255) = 58.88%
R=29.91%
G=11.21%
B=58.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3212630.490.8100.75263.536814.71
Hex20C3F315104B10844f
Octal40147761121011341010417
Binary100000110011111111000110100010100101110000100010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200C3F; }

 p { color: rgb(32,12,63); }

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

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

 a { background-color: rgb(32,12,63); }

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

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

 span { border-color: rgb(32,12,63); }

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