#20132B

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

Shades of Blackcurrant #20132B

Tints of Blackcurrant #20132B

Color information

#20132B (or 0x20132B) is unknown color: approx Blackcurrant. HEX triplet: 20, 13 and 2B. RGB value is (32,19,43). Sum of RGB (Red+Green+Blue) = 32+19+43=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #20132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20132B is #DFECD4. Grayscale: #191919. Windows color (decimal): -14675157 or 2822944. OLE color: 2822944.

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

Color convert

RGB321943-
CMYK0.260.5600.83
HSL272.5º38.71%12.16%-
HSV(B)272.5º55.81%16.86%-
XYZ1.260.952.4-
YUV25.62137.81132.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.04%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 43 (17.19% from 255) = 45.74%
R=34.04%
G=20.21%
B=45.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3219430.260.5600.83272.538.7112.16
Hex20132B1A3805311027c
Octal402353327001234204714
Binary1000001001110101111010111000010100111000100001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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