#221028

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

Shades of Blackcurrant #221028

Tints of Blackcurrant #221028

Color information

#221028 (or 0x221028) is unknown color: approx Blackcurrant. HEX triplet: 22, 10 and 28. RGB value is (34,16,40). Sum of RGB (Red+Green+Blue) = 34+16+40=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #221028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221028 is #DDEFD7. Grayscale: #181818. Windows color (decimal): -14544856 or 2625570. OLE color: 2625570.

HSL color Cylindrical-coordinate representation of color #221028: hue angle of 285º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #221028 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB341640-
CMYK0.150.6000.84
HSL285º42.86%10.98%-
HSV(B)285º60%15.69%-
XYZ1.230.862.11-
YUV24.12136.96135.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.78%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 40 (16.02% from 255) = 44.44%
R=37.78%
G=17.78%
B=44.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3416400.150.6000.8428542.8610.98
Hex221028F3C05411d2bb
Octal422050177401244355313
Binary100010100001010001111111100010101001000111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221028; }

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

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

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

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

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

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

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

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