#221033

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

Shades of Blackcurrant #221033

Tints of Blackcurrant #221033

Color information

#221033 (or 0x221033) is unknown color: approx Blackcurrant. HEX triplet: 22, 10 and 33. RGB value is (34,16,51). Sum of RGB (Red+Green+Blue) = 34+16+51=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #221033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221033 is #DDEFCC. Grayscale: #191919. Windows color (decimal): -14544845 or 3346466. OLE color: 3346466.

HSL color Cylindrical-coordinate representation of color #221033: hue angle of 270.86º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #221033 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB341651-
CMYK0.330.6900.8
HSL270.86º52.24%13.14%-
HSV(B)270.86º68.63%20%-
XYZ1.440.953.24-
YUV25.37142.46134.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.66%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=33.66%
G=15.84%
B=50.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3416510.330.6900.8270.8652.2413.14
Hex221033214505010f34d
Octal4220634110501204176415
Binary100010100001100111000011000101010100001000011111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221033; }

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

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

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

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

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

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

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

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