#220840

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

Shades of Blackcurrant #220840

Tints of Blackcurrant #220840

Color information

#220840 (or 0x220840) is unknown color: approx Blackcurrant. HEX triplet: 22, 08 and 40. RGB value is (34,8,64). Sum of RGB (Red+Green+Blue) = 34+8+64=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #220840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220840 is #DDF7BF. Grayscale: #151515. Windows color (decimal): -14546880 or 4196386. OLE color: 4196386.

HSL color Cylindrical-coordinate representation of color #220840: hue angle of 267.86º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220840 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB34864-
CMYK0.470.8700.75
HSL267.86º77.78%14.12%-
HSV(B)267.86º87.5%25.1%-
XYZ1.670.884.93-
YUV22.16151.61136.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.08%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 64 (25.39% from 255) = 60.38%
R=32.08%
G=7.55%
B=60.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal348640.470.8700.75267.8677.7814.12
Hex228402F5704B10c4ee
Octal421010057127011341411616
Binary1000101000100000010111110101110100101110000110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220840; }

 p { color: rgb(34,8,64); }

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

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

 a { background-color: rgb(34,8,64); }

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

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

 span { border-color: rgb(34,8,64); }

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