#200027

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

Shades of Blackcurrant #200027

Tints of Blackcurrant #200027

Color information

#200027 (or 0x200027) is unknown color: approx Blackcurrant. HEX triplet: 20, 00 and 27. RGB value is (32,0,39). Sum of RGB (Red+Green+Blue) = 32+0+39=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #200027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200027 is #DFFFD8. Grayscale: #0D0D0D. Windows color (decimal): -14680025 or 2555936. OLE color: 2555936.

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

Color convert

RGB32039-
CMYK0.18100.85
HSL289.23º100%7.65%-
HSV(B)289.23º100%15.29%-
XYZ0.960.451.96-
YUV14.01142.1140.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 54.93%
R=45.07%
G=0%
B=54.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal320390.18100.85289.231007.65
Hex200271264055121648
Octal4004722144012544114410
Binary10000001001111001011001000101010110010000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200027; }

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

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

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

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

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

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

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

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