#220B33

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

Shades of Blackcurrant #220B33

Tints of Blackcurrant #220B33

Color information

#220B33 (or 0x220B33) is unknown color: approx Blackcurrant. HEX triplet: 22, 0B and 33. RGB value is (34,11,51). Sum of RGB (Red+Green+Blue) = 34+11+51=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 51 (20.31% from 255 or 53.12% from 96); Max value from RGB is 51 - color contains mainly: blue. Hex color #220B33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B33 is #DDF4CC. Grayscale: #161616. Windows color (decimal): -14546125 or 3345186. OLE color: 3345186.

HSL color Cylindrical-coordinate representation of color #220B33: hue angle of 274.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #220B33 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB341151-
CMYK0.330.7800.8
HSL274.5º64.52%12.16%-
HSV(B)274.5º78.43%20%-
XYZ1.380.823.22-
YUV22.44144.12136.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.42%
GREEN value IS 11 (4.69% from 255) = 11.46%
BLUE value IS 51 (20.31% from 255) = 53.12%
R=35.42%
G=11.46%
B=53.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3411510.330.7800.8274.564.5212.16
Hex22B33214E05011241c
Octal42136341116012042210114
Binary100010101111001110000110011100101000010001001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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