#220738

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

Shades of Blackcurrant #220738

Tints of Blackcurrant #220738

Color information

#220738 (or 0x220738) is unknown color: approx Blackcurrant. HEX triplet: 22, 07 and 38. RGB value is (34,7,56). Sum of RGB (Red+Green+Blue) = 34+7+56=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #220738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220738 is #DDF8C7. Grayscale: #141414. Windows color (decimal): -14547144 or 3671842. OLE color: 3671842.

HSL color Cylindrical-coordinate representation of color #220738: hue angle of 273.06º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220738 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB34756-
CMYK0.390.8800.78
HSL273.06º77.78%12.35%-
HSV(B)273.06º87.5%21.96%-
XYZ1.450.783.82-
YUV20.66147.95137.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.05%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 56 (22.27% from 255) = 57.73%
R=35.05%
G=7.22%
B=57.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal347560.390.8800.78273.0677.7812.35
Hex22738275804E1114ec
Octal4277047130011642111614
Binary10001011111100010011110110000100111010001000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220738; }

 p { color: rgb(34,7,56); }

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

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

 a { background-color: rgb(34,7,56); }

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

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

 span { border-color: rgb(34,7,56); }

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