#220741

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

Shades of Blackcurrant #220741

Tints of Blackcurrant #220741

Color information

#220741 (or 0x220741) is unknown color: approx Blackcurrant. HEX triplet: 22, 07 and 41. RGB value is (34,7,65). Sum of RGB (Red+Green+Blue) = 34+7+65=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #220741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220741 is #DDF8BE. Grayscale: #151515. Windows color (decimal): -14547135 or 4261666. OLE color: 4261666.

HSL color Cylindrical-coordinate representation of color #220741: hue angle of 267.93º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220741 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB34765-
CMYK0.480.8900.75
HSL267.93º80.56%14.12%-
HSV(B)267.93º89.23%25.49%-
XYZ1.690.875.08-
YUV21.68152.45136.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.08%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 65 (25.78% from 255) = 61.32%
R=32.08%
G=6.60%
B=61.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal347650.480.8900.75267.9380.5614.12
Hex22741305904B10c51e
Octal42710160131011341412116
Binary100010111100000111000010110010100101110000110010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220741; }

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

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

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

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

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

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

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

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