#20092E

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

Shades of Blackcurrant #20092E

Tints of Blackcurrant #20092E

Color information

#20092E (or 0x20092E) is unknown color: approx Blackcurrant. HEX triplet: 20, 09 and 2E. RGB value is (32,9,46). Sum of RGB (Red+Green+Blue) = 32+9+46=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #20092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20092E is #DFF6D1. Grayscale: #131313. Windows color (decimal): -14677714 or 3016992. OLE color: 3016992.

HSL color Cylindrical-coordinate representation of color #20092E: hue angle of 277.3º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20092E is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB32946-
CMYK0.300.8000.82
HSL277.3º67.27%10.78%-
HSV(B)277.3º80.43%18.04%-
XYZ1.190.72.66-
YUV20.1142.62136.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 46 (18.36% from 255) = 52.87%
R=36.78%
G=10.34%
B=52.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal329460.300.8000.82277.367.2710.78
Hex2092E1E5005211543b
Octal40115636120012242510313
Binary10000010011011101111010100000101001010001010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20092E; }

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

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

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

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

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

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

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

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