#200127

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

Shades of Blackcurrant #200127

Tints of Blackcurrant #200127

Color information

#200127 (or 0x200127) is unknown color: approx Blackcurrant. HEX triplet: 20, 01 and 27. RGB value is (32,1,39). Sum of RGB (Red+Green+Blue) = 32+1+39=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #200127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200127 is #DFFED8. Grayscale: #0E0E0E. Windows color (decimal): -14679769 or 2556192. OLE color: 2556192.

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

Color convert

RGB32139-
CMYK0.180.9700.85
HSL288.95º95%7.84%-
HSV(B)288.95º97.44%15.29%-
XYZ0.970.481.96-
YUV14.6141.77140.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 39 (15.62% from 255) = 54.17%
R=44.44%
G=1.39%
B=54.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal321390.180.9700.85288.95957.84
Hex2012712610551215f8
Octal4014722141012544113710
Binary10000011001111001011000010101010110010000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200127; }

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

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

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

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

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

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

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

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