#201B25

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

Shades of Blackcurrant #201B25

Tints of Blackcurrant #201B25

Color information

#201B25 (or 0x201B25) is unknown color: approx Blackcurrant. HEX triplet: 20, 1B and 25. RGB value is (32,27,37). Sum of RGB (Red+Green+Blue) = 32+27+37=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 37 - color contains mainly: blue. Hex color #201B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B25 is #DFE4DA. Grayscale: #1D1D1D. Windows color (decimal): -14673115 or 2431776. OLE color: 2431776.

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

Color convert

RGB322737-
CMYK0.140.2700.85
HSL270º15.62%12.55%-
HSV(B)270º27.03%14.51%-
XYZ1.321.221.92-
YUV29.64132.16129.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=33.33%
G=28.12%
B=38.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3227370.140.2700.8527015.6212.55
Hex201B25E1B05510e10d
Octal403345163301254162015
Binary1000001101110010111101101101010101100001110100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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