#200243

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

Shades of Blackcurrant #200243

Tints of Blackcurrant #200243

Color information

#200243 (or 0x200243) is unknown color: approx Blackcurrant. HEX triplet: 20, 02 and 43. RGB value is (32,2,67). Sum of RGB (Red+Green+Blue) = 32+2+67=101 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.68% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 67 (26.56% from 255 or 66.34% from 101); Max value from RGB is 67 - color contains mainly: blue. Hex color #200243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200243 is #DFFDBC. Grayscale: #121212. Windows color (decimal): -14679485 or 4391456. OLE color: 4391456.

HSL color Cylindrical-coordinate representation of color #200243: hue angle of 267.69º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200243 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB32267-
CMYK0.520.9700.74
HSL267.69º94.2%13.53%-
HSV(B)267.69º97.01%26.27%-
XYZ1.630.765.37-
YUV18.38155.44137.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 31.68%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 67 (26.56% from 255) = 66.34%
R=31.68%
G=1.98%
B=66.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal322670.520.9700.74267.6994.213.53
Hex20243346104A10c5ee
Octal40210364141011241413616
Binary10000010100001111010011000010100101010000110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200243; }

 p { color: rgb(32,2,67); }

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

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

 a { background-color: rgb(32,2,67); }

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

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

 span { border-color: rgb(32,2,67); }

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