#201825

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

Shades of Blackcurrant #201825

Tints of Blackcurrant #201825

Color information

#201825 (or 0x201825) is unknown color: approx Blackcurrant. HEX triplet: 20, 18 and 25. RGB value is (32,24,37). Sum of RGB (Red+Green+Blue) = 32+24+37=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #201825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201825 is #DFE7DA. Grayscale: #1B1B1B. Windows color (decimal): -14673883 or 2431008. OLE color: 2431008.

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

Color convert

RGB322437-
CMYK0.140.3500.85
HSL276.92º21.31%11.96%-
HSV(B)276.92º35.14%14.51%-
XYZ1.261.091.9-
YUV27.87133.15130.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 37 (14.84% from 255) = 39.78%
R=34.41%
G=25.81%
B=39.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3224370.140.3500.85276.9221.3111.96
Hex201825E2305511515c
Octal403045164301254252514
Binary10000011000100101111010001101010101100010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201825; }

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

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

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

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

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

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

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

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