#201325

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

Shades of Blackcurrant #201325

Tints of Blackcurrant #201325

Color information

#201325 (or 0x201325) is unknown color: approx Blackcurrant. HEX triplet: 20, 13 and 25. RGB value is (32,19,37). Sum of RGB (Red+Green+Blue) = 32+19+37=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #201325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201325 is #DFECDA. Grayscale: #181818. Windows color (decimal): -14675163 or 2429728. OLE color: 2429728.

HSL color Cylindrical-coordinate representation of color #201325: hue angle of 283.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #201325 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB321937-
CMYK0.140.4900.85
HSL283.33º32.14%10.98%-
HSV(B)283.33º48.65%14.51%-
XYZ1.160.911.86-
YUV24.94134.81133.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=36.36%
G=21.59%
B=42.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3219370.140.4900.85283.3332.1410.98
Hex201325E3105511b20b
Octal402345166101254334013
Binary100000100111001011110110001010101011000110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201325; }

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

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

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

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

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

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

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

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