#201023

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

Shades of Blackcurrant #201023

Tints of Blackcurrant #201023

Color information

#201023 (or 0x201023) is unknown color: approx Blackcurrant. HEX triplet: 20, 10 and 23. RGB value is (32,16,35). Sum of RGB (Red+Green+Blue) = 32+16+35=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 35 - color contains mainly: blue. Hex color #201023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201023 is #DFEFDC. Grayscale: #161616. Windows color (decimal): -14675933 or 2297888. OLE color: 2297888.

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

Color convert

RGB321635-
CMYK0.090.5400.86
HSL290.53º37.25%10%-
HSV(B)290.53º54.29%13.73%-
XYZ1.080.81.69-
YUV22.95134.8134.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.55%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 35 (14.06% from 255) = 42.17%
R=38.55%
G=19.28%
B=42.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3216350.090.5400.86290.5337.2510
Hex20102393605612325a
Octal402043116601264434512
Binary100000100001000111001110110010101101001000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201023; }

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

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

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

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

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

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

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

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