#220330

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

Shades of Blackcurrant #220330

Tints of Blackcurrant #220330

Color information

#220330 (or 0x220330) is unknown color: approx Blackcurrant. HEX triplet: 22, 03 and 30. RGB value is (34,3,48). Sum of RGB (Red+Green+Blue) = 34+3+48=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 48 (19.14% from 255 or 56.47% from 85); Max value from RGB is 48 - color contains mainly: blue. Hex color #220330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220330 is #DDFCCF. Grayscale: #111111. Windows color (decimal): -14548176 or 3146530. OLE color: 3146530.

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

Color convert

RGB34348-
CMYK0.290.9400.81
HSL281.33º88.24%10%-
HSV(B)281.33º93.75%18.82%-
XYZ1.230.622.85-
YUV17.4145.27139.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 48 (19.14% from 255) = 56.47%
R=40%
G=3.53%
B=56.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal343480.290.9400.81281.3388.2410
Hex223301D5E05111958a
Octal4236035136012143113012
Binary100010111100001110110111100101000110001100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220330; }

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

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

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

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

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

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

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

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