#200827

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

Shades of Blackcurrant #200827

Tints of Blackcurrant #200827

Color information

#200827 (or 0x200827) is unknown color: approx Blackcurrant. HEX triplet: 20, 08 and 27. RGB value is (32,8,39). Sum of RGB (Red+Green+Blue) = 32+8+39=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #200827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200827 is #DFF7D8. Grayscale: #121212. Windows color (decimal): -14677977 or 2557984. OLE color: 2557984.

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

Color convert

RGB32839-
CMYK0.180.7900.85
HSL286.45º65.96%9.22%-
HSV(B)286.45º79.49%15.29%-
XYZ1.050.631.99-
YUV18.71139.45137.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40.51%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 39 (15.62% from 255) = 49.37%
R=40.51%
G=10.13%
B=49.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal328390.180.7900.85286.4565.969.22
Hex20827124F05511e429
Octal40104722117012543610211
Binary10000010001001111001010011110101010110001111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200827; }

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

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

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

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

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

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

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

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