#221530

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

Shades of Blackcurrant #221530

Tints of Blackcurrant #221530

Color information

#221530 (or 0x221530) is unknown color: approx Blackcurrant. HEX triplet: 22, 15 and 30. RGB value is (34,21,48). Sum of RGB (Red+Green+Blue) = 34+21+48=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #221530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221530 is #DDEACF. Grayscale: #1B1B1B. Windows color (decimal): -14543568 or 3151138. OLE color: 3151138.

HSL color Cylindrical-coordinate representation of color #221530: hue angle of 268.89º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #221530 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB342148-
CMYK0.290.5600.81
HSL268.89º39.13%13.53%-
HSV(B)268.89º56.25%18.82%-
XYZ1.461.092.93-
YUV27.97139.31132.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.01%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 48 (19.14% from 255) = 46.60%
R=33.01%
G=20.39%
B=46.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3421480.290.5600.81268.8939.1313.53
Hex2215301D3805110d27e
Octal422560357001214154716
Binary1000101010111000011101111000010100011000011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221530; }

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

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

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

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

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

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

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

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