#20032E

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

Shades of Blackcurrant #20032E

Tints of Blackcurrant #20032E

Color information

#20032E (or 0x20032E) is unknown color: approx Blackcurrant. HEX triplet: 20, 03 and 2E. RGB value is (32,3,46). Sum of RGB (Red+Green+Blue) = 32+3+46=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #20032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20032E is #DFFCD1. Grayscale: #101010. Windows color (decimal): -14679250 or 3015456. OLE color: 3015456.

HSL color Cylindrical-coordinate representation of color #20032E: hue angle of 280.47º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20032E is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB32346-
CMYK0.300.9300.82
HSL280.47º87.76%9.61%-
HSV(B)280.47º93.48%18.04%-
XYZ1.120.572.64-
YUV16.57144.61139-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 46 (18.36% from 255) = 56.79%
R=39.51%
G=3.70%
B=56.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal323460.300.9300.82280.4787.769.61
Hex2032E1E5D05211858a
Octal4035636135012243013012
Binary100000111011101111010111010101001010001100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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