#201125

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

Shades of Blackcurrant #201125

Tints of Blackcurrant #201125

Color information

#201125 (or 0x201125) is unknown color: approx Blackcurrant. HEX triplet: 20, 11 and 25. RGB value is (32,17,37). Sum of RGB (Red+Green+Blue) = 32+17+37=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #201125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201125 is #DFEEDA. Grayscale: #171717. Windows color (decimal): -14675675 or 2429216. OLE color: 2429216.

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

Color convert

RGB321737-
CMYK0.140.5400.85
HSL285º37.04%10.59%-
HSV(B)285º54.05%14.51%-
XYZ1.130.841.85-
YUV23.76135.47133.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.21%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 37 (14.84% from 255) = 43.02%
R=37.21%
G=19.77%
B=43.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3217370.140.5400.8528537.0410.59
Hex201125E3605511d25b
Octal402145166601254354513
Binary100000100011001011110110110010101011000111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201125; }

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

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

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

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

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

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

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

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