#220B39

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

Shades of Blackcurrant #220B39

Tints of Blackcurrant #220B39

Color information

#220B39 (or 0x220B39) is unknown color: approx Blackcurrant. HEX triplet: 22, 0B and 39. RGB value is (34,11,57). Sum of RGB (Red+Green+Blue) = 34+11+57=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #220B39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B39 is #DDF4C6. Grayscale: #161616. Windows color (decimal): -14546119 or 3738402. OLE color: 3738402.

HSL color Cylindrical-coordinate representation of color #220B39: hue angle of 270º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #220B39 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB341157-
CMYK0.400.8100.78
HSL270º67.65%13.33%-
HSV(B)270º80.7%22.35%-
XYZ1.520.873.96-
YUV23.12147.12135.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.33%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 57 (22.66% from 255) = 55.88%
R=33.33%
G=10.78%
B=55.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3411570.400.8100.7827067.6513.33
Hex22B39285104E10e44d
Octal42137150121011641610415
Binary100010101111100110100010100010100111010000111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,11,57); }

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

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

 a { background-color: rgb(34,11,57); }

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

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

 span { border-color: rgb(34,11,57); }

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