#220B41

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

Shades of Blackcurrant #220B41

Tints of Blackcurrant #220B41

Color information

#220B41 (or 0x220B41) is unknown color: approx Blackcurrant. HEX triplet: 22, 0B and 41. RGB value is (34,11,65). Sum of RGB (Red+Green+Blue) = 34+11+65=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #220B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B41 is #DDF4BE. Grayscale: #171717. Windows color (decimal): -14546111 or 4262690. OLE color: 4262690.

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

Color convert

RGB341165-
CMYK0.480.8300.75
HSL265.56º71.05%14.9%-
HSV(B)265.56º83.08%25.49%-
XYZ1.730.965.1-
YUV24.03151.12135.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.91%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 65 (25.78% from 255) = 59.09%
R=30.91%
G=10%
B=59.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3411650.480.8300.75265.5671.0514.9
Hex22B41305304B10a47f
Octal421310160123011341210717
Binary1000101011100000111000010100110100101110000101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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