#220E3D

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

Shades of Blackcurrant #220E3D

Tints of Blackcurrant #220E3D

Color information

#220E3D (or 0x220E3D) is unknown color: approx Blackcurrant. HEX triplet: 22, 0E and 3D. RGB value is (34,14,61). Sum of RGB (Red+Green+Blue) = 34+14+61=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #220E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E3D is #DDF1C2. Grayscale: #191919. Windows color (decimal): -14545347 or 4001314. OLE color: 4001314.

HSL color Cylindrical-coordinate representation of color #220E3D: hue angle of 265.53º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #220E3D is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB341461-
CMYK0.440.7700.76
HSL265.53º62.67%14.71%-
HSV(B)265.53º77.05%23.92%-
XYZ1.660.994.52-
YUV25.34148.13134.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.19%
GREEN value IS 14 (5.86% from 255) = 12.84%
BLUE value IS 61 (24.22% from 255) = 55.96%
R=31.19%
G=12.84%
B=55.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3414610.440.7700.76265.5362.6714.71
Hex22E3D2C4D04C10a3ff
Octal4216755411501144127717
Binary10001011101111011011001001101010011001000010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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