#201226

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

Shades of Blackcurrant #201226

Tints of Blackcurrant #201226

Color information

#201226 (or 0x201226) is unknown color: approx Blackcurrant. HEX triplet: 20, 12 and 26. RGB value is (32,18,38). Sum of RGB (Red+Green+Blue) = 32+18+38=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 38 - color contains mainly: blue. Hex color #201226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201226 is #DFEDD9. Grayscale: #181818. Windows color (decimal): -14675418 or 2495008. OLE color: 2495008.

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

Color convert

RGB321838-
CMYK0.160.5300.85
HSL282º35.71%10.98%-
HSV(B)282º52.63%14.9%-
XYZ1.160.881.94-
YUV24.47135.64133.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 38 (15.23% from 255) = 43.18%
R=36.36%
G=20.45%
B=43.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3218380.160.5300.8528235.7110.98
Hex201226103505511a24b
Octal402246206501254324413
Binary1000001001010011010000110101010101011000110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201226; }

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

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

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

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

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

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

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

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