#220B37

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

Shades of Blackcurrant #220B37

Tints of Blackcurrant #220B37

Color information

#220B37 (or 0x220B37) is unknown color: approx Blackcurrant. HEX triplet: 22, 0B and 37. RGB value is (34,11,55). Sum of RGB (Red+Green+Blue) = 34+11+55=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 55 (21.88% from 255 or 55% from 100); Max value from RGB is 55 - color contains mainly: blue. Hex color #220B37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B37 is #DDF4C8. Grayscale: #161616. Windows color (decimal): -14546121 or 3607330. OLE color: 3607330.

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

Color convert

RGB341155-
CMYK0.380.800.78
HSL271.36º66.67%12.94%-
HSV(B)271.36º80%21.57%-
XYZ1.470.863.7-
YUV22.89146.12135.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34%
GREEN value IS 11 (4.69% from 255) = 11%
BLUE value IS 55 (21.88% from 255) = 55%
R=34%
G=11%
B=55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3411550.380.800.78271.3666.6712.94
Hex22B37265004E10f43d
Octal42136746120011641710315
Binary100010101111011110011010100000100111010000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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