#200435

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

Shades of Blackcurrant #200435

Tints of Blackcurrant #200435

Color information

#200435 (or 0x200435) is unknown color: approx Blackcurrant. HEX triplet: 20, 04 and 35. RGB value is (32,4,53). Sum of RGB (Red+Green+Blue) = 32+4+53=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #200435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200435 is #DFFBCA. Grayscale: #111111. Windows color (decimal): -14678987 or 3474464. OLE color: 3474464.

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

Color convert

RGB32453-
CMYK0.400.9200.79
HSL274.29º85.96%11.18%-
HSV(B)274.29º92.45%20.78%-
XYZ1.280.653.43-
YUV17.96147.78138.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 4 (1.95% from 255) = 4.49%
BLUE value IS 53 (21.09% from 255) = 59.55%
R=35.96%
G=4.49%
B=59.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal324530.400.9200.79274.2985.9611.18
Hex20435285C04F11256b
Octal4046550134011742212613
Binary10000010011010110100010111000100111110001001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200435; }

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

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

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

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

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

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

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

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