#220E3B

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

Shades of Blackcurrant #220E3B

Tints of Blackcurrant #220E3B

Color information

#220E3B (or 0x220E3B) is unknown color: approx Blackcurrant. HEX triplet: 22, 0E and 3B. RGB value is (34,14,59). Sum of RGB (Red+Green+Blue) = 34+14+59=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #220E3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E3B is #DDF1C4. Grayscale: #181818. Windows color (decimal): -14545349 or 3870242. OLE color: 3870242.

HSL color Cylindrical-coordinate representation of color #220E3B: hue angle of 266.67º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #220E3B is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB341459-
CMYK0.420.7600.77
HSL266.67º61.64%14.31%-
HSV(B)266.67º76.27%23.14%-
XYZ1.610.974.24-
YUV25.11147.13134.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.78%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 59 (23.44% from 255) = 55.14%
R=31.78%
G=13.08%
B=55.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3414590.420.7600.77266.6761.6414.31
Hex22E3B2A4C04D10b3ee
Octal4216735211401154137616
Binary10001011101110111010101001100010011011000010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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