#220D3F

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

Shades of Blackcurrant #220D3F

Tints of Blackcurrant #220D3F

Color information

#220D3F (or 0x220D3F) is unknown color: approx Blackcurrant. HEX triplet: 22, 0D and 3F. RGB value is (34,13,63). Sum of RGB (Red+Green+Blue) = 34+13+63=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #220D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D3F is #DDF2C0. Grayscale: #181818. Windows color (decimal): -14545601 or 4132130. OLE color: 4132130.

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

Color convert

RGB341363-
CMYK0.460.7900.75
HSL265.2º65.79%14.9%-
HSV(B)265.2º79.37%24.71%-
XYZ1.70.994.8-
YUV24.98149.46134.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.91%
GREEN value IS 13 (5.47% from 255) = 11.82%
BLUE value IS 63 (25% from 255) = 57.27%
R=30.91%
G=11.82%
B=57.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3413630.460.7900.75265.265.7914.9
Hex22D3F2E4F04B10942f
Octal42157756117011341110217
Binary100010110111111110111010011110100101110000100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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