#20112F

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

Shades of Blackcurrant #20112F

Tints of Blackcurrant #20112F

Color information

#20112F (or 0x20112F) is unknown color: approx Blackcurrant. HEX triplet: 20, 11 and 2F. RGB value is (32,17,47). Sum of RGB (Red+Green+Blue) = 32+17+47=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #20112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20112F is #DFEED0. Grayscale: #181818. Windows color (decimal): -14675665 or 3084576. OLE color: 3084576.

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

Color convert

RGB321747-
CMYK0.320.6400.82
HSL270º46.87%12.55%-
HSV(B)270º63.83%18.43%-
XYZ1.310.912.8-
YUV24.9140.47133.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 47 (18.75% from 255) = 48.96%
R=33.33%
G=17.71%
B=48.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3217470.320.6400.8227046.8712.55
Hex20112F204005210e2fd
Octal4021574010001224165715
Binary100000100011011111000001000000010100101000011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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