#200A31

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

Shades of Blackcurrant #200A31

Tints of Blackcurrant #200A31

Color information

#200A31 (or 0x200A31) is unknown color: approx Blackcurrant. HEX triplet: 20, 0A and 31. RGB value is (32,10,49). Sum of RGB (Red+Green+Blue) = 32+10+49=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #200A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A31 is #DFF5CE. Grayscale: #141414. Windows color (decimal): -14677455 or 3213856. OLE color: 3213856.

HSL color Cylindrical-coordinate representation of color #200A31: hue angle of 273.85º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #200A31 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB321049-
CMYK0.350.8000.81
HSL273.85º66.1%11.57%-
HSV(B)273.85º79.59%19.22%-
XYZ1.260.752.98-
YUV21.02143.79135.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.16%
GREEN value IS 10 (4.30% from 255) = 10.99%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=35.16%
G=10.99%
B=53.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3210490.350.8000.81273.8566.111.57
Hex20A31235005111242c
Octal40126143120012142210214
Binary100000101011000110001110100000101000110001001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,10,49); }

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

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

 a { background-color: rgb(32,10,49); }

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

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

 span { border-color: rgb(32,10,49); }

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