#200030

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

Shades of Blackcurrant #200030

Tints of Blackcurrant #200030

Color information

#200030 (or 0x200030) is unknown color: approx Blackcurrant. HEX triplet: 20, 00 and 30. RGB value is (32,0,48). Sum of RGB (Red+Green+Blue) = 32+0+48=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #200030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200030 is #DFFFCF. Grayscale: #0E0E0E. Windows color (decimal): -14680016 or 3145760. OLE color: 3145760.

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

Color convert

RGB32048-
CMYK0.33100.81
HSL280º100%9.41%-
HSV(B)280º100%18.82%-
XYZ1.130.522.84-
YUV15.04146.6140.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 60%
R=40%
G=0%
B=60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal320480.33100.812801009.41
Hex200302164051118649
Octal4006041144012143014411
Binary100000011000010000111001000101000110001100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200030; }

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

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

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

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

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

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

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

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