#20002D

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

Shades of Blackcurrant #20002D

Tints of Blackcurrant #20002D

Color information

#20002D (or 0x20002D) is unknown color: approx Blackcurrant. HEX triplet: 20, 00 and 2D. RGB value is (32,0,45). Sum of RGB (Red+Green+Blue) = 32+0+45=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #20002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20002D is #DFFFD2. Grayscale: #0E0E0E. Windows color (decimal): -14680019 or 2949152. OLE color: 2949152.

HSL color Cylindrical-coordinate representation of color #20002D: hue angle of 282.67º 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 #20002D is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB32045-
CMYK0.29100.82
HSL282.67º100%8.82%-
HSV(B)282.67º100%17.65%-
XYZ1.070.52.52-
YUV14.7145.1140.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 58.44%
R=41.56%
G=0%
B=58.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal320450.29100.82282.671008.82
Hex2002D1D6405211b649
Octal4005535144012243314411
Binary10000001011011110111001000101001010001101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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