#221332

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

Shades of Blackcurrant #221332

Tints of Blackcurrant #221332

Color information

#221332 (or 0x221332) is unknown color: approx Blackcurrant. HEX triplet: 22, 13 and 32. RGB value is (34,19,50). Sum of RGB (Red+Green+Blue) = 34+19+50=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #221332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221332 is #DDECCD. Grayscale: #1A1A1A. Windows color (decimal): -14544078 or 3281698. OLE color: 3281698.

HSL color Cylindrical-coordinate representation of color #221332: hue angle of 269.03º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #221332 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB341950-
CMYK0.320.6200.80
HSL269.03º44.93%13.53%-
HSV(B)269.03º62%19.61%-
XYZ1.471.043.14-
YUV27.02140.97132.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.01%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=33.01%
G=18.45%
B=48.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3419500.320.6200.80269.0344.9313.53
Hex221332203E05010d2de
Octal422362407601204155516
Binary10001010011110010100000111110010100001000011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221332; }

 p { color: rgb(34,19,50); }

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

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

 a { background-color: rgb(34,19,50); }

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

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

 span { border-color: rgb(34,19,50); }

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