#201228

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

Shades of Blackcurrant #201228

Tints of Blackcurrant #201228

Color information

#201228 (or 0x201228) is unknown color: approx Blackcurrant. HEX triplet: 20, 12 and 28. RGB value is (32,18,40). Sum of RGB (Red+Green+Blue) = 32+18+40=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #201228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201228 is #DFEDD7. Grayscale: #181818. Windows color (decimal): -14675416 or 2626080. OLE color: 2626080.

HSL color Cylindrical-coordinate representation of color #201228: hue angle of 278.18º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #201228 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB321840-
CMYK0.200.5500.84
HSL278.18º37.93%11.37%-
HSV(B)278.18º55%15.69%-
XYZ1.190.892.12-
YUV24.69136.64133.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.56%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 40 (16.02% from 255) = 44.44%
R=35.56%
G=20%
B=44.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3218400.200.5500.84278.1837.9311.37
Hex201228143705411626b
Octal402250246701244264613
Binary1000001001010100010100110111010101001000101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201228; }

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

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

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

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

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

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

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

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