#221130

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

Shades of Blackcurrant #221130

Tints of Blackcurrant #221130

Color information

#221130 (or 0x221130) is unknown color: approx Blackcurrant. HEX triplet: 22, 11 and 30. RGB value is (34,17,48). Sum of RGB (Red+Green+Blue) = 34+17+48=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #221130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221130 is #DDEECF. Grayscale: #191919. Windows color (decimal): -14544592 or 3150114. OLE color: 3150114.

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

Color convert

RGB341748-
CMYK0.290.6500.81
HSL272.9º47.69%12.75%-
HSV(B)272.9º64.58%18.82%-
XYZ1.390.952.91-
YUV25.62140.63133.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.34%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 48 (19.14% from 255) = 48.48%
R=34.34%
G=17.17%
B=48.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3417480.290.6500.81272.947.6912.75
Hex2211301D4105111130d
Octal4221603510101214216015
Binary10001010001110000111011000001010100011000100011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221130; }

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

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

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

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

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

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

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

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