#200C27

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

Shades of Blackcurrant #200C27

Tints of Blackcurrant #200C27

Color information

#200C27 (or 0x200C27) is unknown color: approx Blackcurrant. HEX triplet: 20, 0C and 27. RGB value is (32,12,39). Sum of RGB (Red+Green+Blue) = 32+12+39=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #200C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C27 is #DFF3D8. Grayscale: #141414. Windows color (decimal): -14676953 or 2559008. OLE color: 2559008.

HSL color Cylindrical-coordinate representation of color #200C27: hue angle of 284.44º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200C27 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB321239-
CMYK0.180.6900.85
HSL284.44º52.94%10%-
HSV(B)284.44º69.23%15.29%-
XYZ1.090.722-
YUV21.06138.13135.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.55%
GREEN value IS 12 (5.08% from 255) = 14.46%
BLUE value IS 39 (15.62% from 255) = 46.99%
R=38.55%
G=14.46%
B=46.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3212390.180.6900.85284.4452.9410
Hex20C27124505511c35a
Octal4014472210501254346512
Binary1000001100100111100101000101010101011000111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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