#20093F

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

Shades of Blackcurrant #20093F

Tints of Blackcurrant #20093F

Color information

#20093F (or 0x20093F) is unknown color: approx Blackcurrant. HEX triplet: 20, 09 and 3F. RGB value is (32,9,63). Sum of RGB (Red+Green+Blue) = 32+9+63=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #20093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20093F is #DFF6C0. Grayscale: #151515. Windows color (decimal): -14677697 or 4131104. OLE color: 4131104.

HSL color Cylindrical-coordinate representation of color #20093F: hue angle of 265.56º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20093F is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB32963-
CMYK0.490.8600.75
HSL265.56º75%14.12%-
HSV(B)265.56º85.71%24.71%-
XYZ1.590.864.79-
YUV22.03151.12135.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.77%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 63 (25% from 255) = 60.58%
R=30.77%
G=8.65%
B=60.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal329630.490.8600.75265.567514.12
Hex2093F315604B10a4be
Octal40117761126011341211316
Binary100000100111111111000110101100100101110000101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20093F; }

 p { color: rgb(32,9,63); }

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

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

 a { background-color: rgb(32,9,63); }

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

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

 span { border-color: rgb(32,9,63); }

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