#201225

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

Shades of Blackcurrant #201225

Tints of Blackcurrant #201225

Color information

#201225 (or 0x201225) is unknown color: approx Blackcurrant. HEX triplet: 20, 12 and 25. RGB value is (32,18,37). Sum of RGB (Red+Green+Blue) = 32+18+37=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #201225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201225 is #DFEDDA. Grayscale: #181818. Windows color (decimal): -14675419 or 2429472. OLE color: 2429472.

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

Color convert

RGB321837-
CMYK0.140.5100.85
HSL284.21º34.55%10.78%-
HSV(B)284.21º51.35%14.51%-
XYZ1.150.871.86-
YUV24.35135.14133.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 37 (14.84% from 255) = 42.53%
R=36.78%
G=20.69%
B=42.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3218370.140.5100.85284.2134.5510.78
Hex201225E3305511c23b
Octal402245166301254344313
Binary100000100101001011110110011010101011000111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201225; }

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

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

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

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

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

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

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

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