#200323

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

Shades of Blackcurrant #200323

Tints of Blackcurrant #200323

Color information

#200323 (or 0x200323) is unknown color: approx Blackcurrant. HEX triplet: 20, 03 and 23. RGB value is (32,3,35). Sum of RGB (Red+Green+Blue) = 32+3+35=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 35 (14.06% from 255 or 50% from 70); Max value from RGB is 35 - color contains mainly: blue. Hex color #200323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200323 is #DFFCDC. Grayscale: #0F0F0F. Windows color (decimal): -14679261 or 2294560. OLE color: 2294560.

HSL color Cylindrical-coordinate representation of color #200323: hue angle of 294.38º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200323 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB32335-
CMYK0.090.9100.86
HSL294.38º84.21%7.45%-
HSV(B)294.38º91.43%13.73%-
XYZ0.930.491.64-
YUV15.32139.11139.9-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.71%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 35 (14.06% from 255) = 50%
R=45.71%
G=4.29%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal323350.090.9100.86294.3884.217.45
Hex2032395B056126547
Octal403431113301264461247
Binary1000001110001110011011011010101101001001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200323; }

 p { color: rgb(32,3,35); }

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

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

 a { background-color: rgb(32,3,35); }

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

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

 span { border-color: rgb(32,3,35); }

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