#20152B

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

Shades of Blackcurrant #20152B

Tints of Blackcurrant #20152B

Color information

#20152B (or 0x20152B) is unknown color: approx Blackcurrant. HEX triplet: 20, 15 and 2B. RGB value is (32,21,43). Sum of RGB (Red+Green+Blue) = 32+21+43=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #20152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20152B is #DFEAD4. Grayscale: #1A1A1A. Windows color (decimal): -14674645 or 2823456. OLE color: 2823456.

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

Color convert

RGB322143-
CMYK0.260.5100.83
HSL270º34.38%12.55%-
HSV(B)270º51.16%16.86%-
XYZ1.31.022.41-
YUV26.8137.14131.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 21.88%
BLUE value IS 43 (17.19% from 255) = 44.79%
R=33.33%
G=21.88%
B=44.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3221430.260.5100.8327034.3812.55
Hex20152B1A3305310e22d
Octal402553326301234164215
Binary1000001010110101111010110011010100111000011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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