#201A25

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

Shades of Blackcurrant #201A25

Tints of Blackcurrant #201A25

Color information

#201A25 (or 0x201A25) is unknown color: approx Blackcurrant. HEX triplet: 20, 1A and 25. RGB value is (32,26,37). Sum of RGB (Red+Green+Blue) = 32+26+37=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 37 - color contains mainly: blue. Hex color #201A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A25 is #DFE5DA. Grayscale: #1D1D1D. Windows color (decimal): -14673371 or 2431520. OLE color: 2431520.

HSL color Cylindrical-coordinate representation of color #201A25: hue angle of 272.73º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #201A25 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB322637-
CMYK0.140.3000.85
HSL272.73º17.46%12.35%-
HSV(B)272.73º29.73%14.51%-
XYZ1.31.181.91-
YUV29.05132.49130.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=33.68%
G=27.37%
B=38.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3226370.140.3000.85272.7317.4612.35
Hex201A25E1E05511111c
Octal403245163601254212114
Binary1000001101010010111101111001010101100010001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201A25; }

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

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

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

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

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

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

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

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