#20052B

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

Shades of Blackcurrant #20052B

Tints of Blackcurrant #20052B

Color information

#20052B (or 0x20052B) is unknown color: approx Blackcurrant. HEX triplet: 20, 05 and 2B. RGB value is (32,5,43). Sum of RGB (Red+Green+Blue) = 32+5+43=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #20052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20052B is #DFFAD4. Grayscale: #111111. Windows color (decimal): -14678741 or 2819360. OLE color: 2819360.

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

Color convert

RGB32543-
CMYK0.260.8800.83
HSL282.63º79.17%9.41%-
HSV(B)282.63º88.37%16.86%-
XYZ1.090.592.34-
YUV17.4142.45138.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 43 (17.19% from 255) = 53.75%
R=40%
G=6.25%
B=53.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal325430.260.8800.83282.6379.179.41
Hex2052B1A5805311b4f9
Octal4055332130012343311711
Binary1000001011010111101010110000101001110001101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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