#20052F

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

Shades of Blackcurrant #20052F

Tints of Blackcurrant #20052F

Color information

#20052F (or 0x20052F) is unknown color: approx Blackcurrant. HEX triplet: 20, 05 and 2F. RGB value is (32,5,47). Sum of RGB (Red+Green+Blue) = 32+5+47=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #20052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20052F is #DFFAD0. Grayscale: #111111. Windows color (decimal): -14678737 or 3081504. OLE color: 3081504.

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

Color convert

RGB32547-
CMYK0.320.8900.82
HSL278.57º80.77%10.2%-
HSV(B)278.57º89.36%18.43%-
XYZ1.160.622.75-
YUV17.86144.45138.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 47 (18.75% from 255) = 55.95%
R=38.10%
G=5.95%
B=55.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal325470.320.8900.82278.5780.7710.2
Hex2052F205905211751a
Octal4055740131012242712112
Binary10000010110111110000010110010101001010001011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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