#20002E

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

Shades of Blackcurrant #20002E

Tints of Blackcurrant #20002E

Color information

#20002E (or 0x20002E) is unknown color: approx Blackcurrant. HEX triplet: 20, 00 and 2E. RGB value is (32,0,46). Sum of RGB (Red+Green+Blue) = 32+0+46=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 46 (18.36% from 255 or 58.97% from 78); Max value from RGB is 46 - color contains mainly: blue. Hex color #20002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20002E is #DFFFD1. Grayscale: #0E0E0E. Windows color (decimal): -14680018 or 3014688. OLE color: 3014688.

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

Color convert

RGB32046-
CMYK0.30100.82
HSL281.74º100%9.02%-
HSV(B)281.74º100%18.04%-
XYZ1.090.52.62-
YUV14.81145.6140.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 58.97%
R=41.03%
G=0%
B=58.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal320460.30100.82281.741009.02
Hex2002E1E6405211a649
Octal4005636144012243214411
Binary10000001011101111011001000101001010001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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