#220D3D

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

Shades of Blackcurrant #220D3D

Tints of Blackcurrant #220D3D

Color information

#220D3D (or 0x220D3D) is unknown color: approx Blackcurrant. HEX triplet: 22, 0D and 3D. RGB value is (34,13,61). Sum of RGB (Red+Green+Blue) = 34+13+61=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #220D3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D3D is #DDF2C2. Grayscale: #181818. Windows color (decimal): -14545603 or 4001058. OLE color: 4001058.

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

Color convert

RGB341361-
CMYK0.440.7900.76
HSL266.25º64.86%14.51%-
HSV(B)266.25º78.69%23.92%-
XYZ1.650.964.51-
YUV24.75148.46134.6-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.48%
GREEN value IS 13 (5.47% from 255) = 12.04%
BLUE value IS 61 (24.22% from 255) = 56.48%
R=31.48%
G=12.04%
B=56.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3413610.440.7900.76266.2564.8614.51
Hex22D3D2C4F04C10a41f
Octal42157554117011441210117
Binary100010110111110110110010011110100110010000101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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