#20092B

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

Shades of Blackcurrant #20092B

Tints of Blackcurrant #20092B

Color information

#20092B (or 0x20092B) is unknown color: approx Blackcurrant. HEX triplet: 20, 09 and 2B. RGB value is (32,9,43). Sum of RGB (Red+Green+Blue) = 32+9+43=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 43 (17.19% from 255 or 51.19% from 84); Max value from RGB is 43 - color contains mainly: blue. Hex color #20092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20092B is #DFF6D4. Grayscale: #131313. Windows color (decimal): -14677717 or 2820384. OLE color: 2820384.

HSL color Cylindrical-coordinate representation of color #20092B: hue angle of 280.59º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20092B is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB32943-
CMYK0.260.7900.83
HSL280.59º65.38%10.2%-
HSV(B)280.59º79.07%16.86%-
XYZ1.130.682.36-
YUV19.75141.12136.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 43 (17.19% from 255) = 51.19%
R=38.10%
G=10.71%
B=51.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal329430.260.7900.83280.5965.3810.2
Hex2092B1A4F05311941a
Octal40115332117012343110112
Binary10000010011010111101010011110101001110001100110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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