#221330

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

Shades of Blackcurrant #221330

Tints of Blackcurrant #221330

Color information

#221330 (or 0x221330) is unknown color: approx Blackcurrant. HEX triplet: 22, 13 and 30. RGB value is (34,19,48). Sum of RGB (Red+Green+Blue) = 34+19+48=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #221330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221330 is #DDECCF. Grayscale: #1A1A1A. Windows color (decimal): -14544080 or 3150626. OLE color: 3150626.

HSL color Cylindrical-coordinate representation of color #221330: hue angle of 271.03º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #221330 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB341948-
CMYK0.290.6000.81
HSL271.03º43.28%13.14%-
HSV(B)271.03º60.42%18.82%-
XYZ1.431.022.92-
YUV26.79139.97133.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.66%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 48 (19.14% from 255) = 47.52%
R=33.66%
G=18.81%
B=47.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3419480.290.6000.81271.0343.2813.14
Hex2213301D3C05110f2bd
Octal422360357401214175315
Binary1000101001111000011101111100010100011000011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221330; }

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

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

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

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

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

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

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

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