#221036

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

Shades of Blackcurrant #221036

Tints of Blackcurrant #221036

Color information

#221036 (or 0x221036) is unknown color: approx Blackcurrant. HEX triplet: 22, 10 and 36. RGB value is (34,16,54). Sum of RGB (Red+Green+Blue) = 34+16+54=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #221036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221036 is #DDEFC9. Grayscale: #191919. Windows color (decimal): -14544842 or 3543074. OLE color: 3543074.

HSL color Cylindrical-coordinate representation of color #221036: hue angle of 268.42º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #221036 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB341654-
CMYK0.370.7000.79
HSL268.42º54.29%13.73%-
HSV(B)268.42º70.37%21.18%-
XYZ1.510.983.6-
YUV25.71143.96133.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.69%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 54 (21.48% from 255) = 51.92%
R=32.69%
G=15.38%
B=51.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3416540.370.7000.79268.4254.2913.73
Hex221036254604F10c36e
Octal4220664510601174146616
Binary100010100001101101001011000110010011111000011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221036; }

 p { color: rgb(34,16,54); }

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

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

 a { background-color: rgb(34,16,54); }

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

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

 span { border-color: rgb(34,16,54); }

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