#200434

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

Shades of Blackcurrant #200434

Tints of Blackcurrant #200434

Color information

#200434 (or 0x200434) is unknown color: approx Blackcurrant. HEX triplet: 20, 04 and 34. RGB value is (32,4,52). Sum of RGB (Red+Green+Blue) = 32+4+52=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #200434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200434 is #DFFBCB. Grayscale: #111111. Windows color (decimal): -14678988 or 3408928. OLE color: 3408928.

HSL color Cylindrical-coordinate representation of color #200434: hue angle of 275º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200434 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB32452-
CMYK0.380.9200.80
HSL275º85.71%10.98%-
HSV(B)275º92.31%20.39%-
XYZ1.260.643.31-
YUV17.84147.28138.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 4 (1.95% from 255) = 4.55%
BLUE value IS 52 (20.70% from 255) = 59.09%
R=36.36%
G=4.55%
B=59.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal324520.380.9200.8027585.7110.98
Hex20434265C05011356b
Octal4046446134012042312613
Binary10000010011010010011010111000101000010001001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200434; }

 p { color: rgb(32,4,52); }

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

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

 a { background-color: rgb(32,4,52); }

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

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

 span { border-color: rgb(32,4,52); }

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