#20092F

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

Shades of Blackcurrant #20092F

Tints of Blackcurrant #20092F

Color information

#20092F (or 0x20092F) is unknown color: approx Blackcurrant. HEX triplet: 20, 09 and 2F. RGB value is (32,9,47). Sum of RGB (Red+Green+Blue) = 32+9+47=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #20092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20092F is #DFF6D0. Grayscale: #141414. Windows color (decimal): -14677713 or 3082528. OLE color: 3082528.

HSL color Cylindrical-coordinate representation of color #20092F: hue angle of 276.32º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20092F is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB32947-
CMYK0.320.8100.82
HSL276.32º67.86%10.98%-
HSV(B)276.32º80.85%18.43%-
XYZ1.210.712.76-
YUV20.21143.12136.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 47 (18.75% from 255) = 53.41%
R=36.36%
G=10.23%
B=53.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal329470.320.8100.82276.3267.8610.98
Hex2092F205105211444b
Octal40115740121012242410413
Binary100000100110111110000010100010101001010001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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