#201C25

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

Shades of Blackcurrant #201C25

Tints of Blackcurrant #201C25

Color information

#201C25 (or 0x201C25) is unknown color: approx Blackcurrant. HEX triplet: 20, 1C and 25. RGB value is (32,28,37). Sum of RGB (Red+Green+Blue) = 32+28+37=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 37 - color contains mainly: blue. Hex color #201C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C25 is #DFE3DA. Grayscale: #1E1E1E. Windows color (decimal): -14672859 or 2432032. OLE color: 2432032.

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

Color convert

RGB322837-
CMYK0.140.2400.85
HSL266.67º13.85%12.75%-
HSV(B)266.67º24.32%14.51%-
XYZ1.341.271.92-
YUV30.22131.83129.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.99%
GREEN value IS 28 (11.33% from 255) = 28.87%
BLUE value IS 37 (14.84% from 255) = 38.14%
R=32.99%
G=28.87%
B=38.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3228370.140.2400.85266.6713.8512.75
Hex201C25E1805510bed
Octal403445163001254131615
Binary100000111001001011110110000101010110000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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