#220E3F

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

Shades of Blackcurrant #220E3F

Tints of Blackcurrant #220E3F

Color information

#220E3F (or 0x220E3F) is unknown color: approx Blackcurrant. HEX triplet: 22, 0E and 3F. RGB value is (34,14,63). Sum of RGB (Red+Green+Blue) = 34+14+63=111 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.63% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 63 (25% from 255 or 56.76% from 111); Max value from RGB is 63 - color contains mainly: blue. Hex color #220E3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E3F is #DDF1C0. Grayscale: #191919. Windows color (decimal): -14545345 or 4132386. OLE color: 4132386.

HSL color Cylindrical-coordinate representation of color #220E3F: hue angle of 264.49º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #220E3F is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB341463-
CMYK0.460.7800.75
HSL264.49º63.64%15.1%-
HSV(B)264.49º77.78%24.71%-
XYZ1.711.014.81-
YUV25.57149.13134.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.63%
GREEN value IS 14 (5.86% from 255) = 12.61%
BLUE value IS 63 (25% from 255) = 56.76%
R=30.63%
G=12.61%
B=56.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3414630.460.7800.75264.4963.6415.1
Hex22E3F2E4E04B10840f
Octal42167756116011341010017
Binary100010111011111110111010011100100101110000100010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220E3F; }

 p { color: rgb(34,14,63); }

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

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

 a { background-color: rgb(34,14,63); }

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

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

 span { border-color: rgb(34,14,63); }

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