#200927

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

Shades of Blackcurrant #200927

Tints of Blackcurrant #200927

Color information

#200927 (or 0x200927) is unknown color: approx Blackcurrant. HEX triplet: 20, 09 and 27. RGB value is (32,9,39). Sum of RGB (Red+Green+Blue) = 32+9+39=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #200927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200927 is #DFF6D8. Grayscale: #131313. Windows color (decimal): -14677721 or 2558240. OLE color: 2558240.

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

Color convert

RGB32939-
CMYK0.180.7700.85
HSL286º62.5%9.41%-
HSV(B)286º76.92%15.29%-
XYZ1.060.651.99-
YUV19.3139.12137.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 39 (15.62% from 255) = 48.75%
R=40%
G=11.25%
B=48.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal329390.180.7700.8528662.59.41
Hex20927124D05511e3e9
Octal4011472211501254367611
Binary1000001001100111100101001101010101011000111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200927; }

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

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

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

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

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

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

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

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