#200530

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

Shades of Blackcurrant #200530

Tints of Blackcurrant #200530

Color information

#200530 (or 0x200530) is unknown color: approx Blackcurrant. HEX triplet: 20, 05 and 30. RGB value is (32,5,48). Sum of RGB (Red+Green+Blue) = 32+5+48=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 48 (19.14% from 255 or 56.47% from 85); Max value from RGB is 48 - color contains mainly: blue. Hex color #200530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200530 is #DFFACF. Grayscale: #111111. Windows color (decimal): -14678736 or 3147040. OLE color: 3147040.

HSL color Cylindrical-coordinate representation of color #200530: hue angle of 277.67º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200530 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB32548-
CMYK0.330.9000.81
HSL277.67º81.13%10.39%-
HSV(B)277.67º89.58%18.82%-
XYZ1.180.632.86-
YUV17.98144.95138-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 5 (2.34% from 255) = 5.88%
BLUE value IS 48 (19.14% from 255) = 56.47%
R=37.65%
G=5.88%
B=56.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal325480.330.9000.81277.6781.1310.39
Hex20530215A05111651a
Octal4056041132012142612112
Binary10000010111000010000110110100101000110001011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200530; }

 p { color: rgb(32,5,48); }

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

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

 a { background-color: rgb(32,5,48); }

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

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

 span { border-color: rgb(32,5,48); }

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