#220C37

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

Shades of Blackcurrant #220C37

Tints of Blackcurrant #220C37

Color information

#220C37 (or 0x220C37) is unknown color: approx Blackcurrant. HEX triplet: 22, 0C and 37. RGB value is (34,12,55). Sum of RGB (Red+Green+Blue) = 34+12+55=101 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.66% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 55 (21.88% from 255 or 54.46% from 101); Max value from RGB is 55 - color contains mainly: blue. Hex color #220C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C37 is #DDF3C8. Grayscale: #171717. Windows color (decimal): -14545865 or 3607586. OLE color: 3607586.

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

Color convert

RGB341255-
CMYK0.380.7800.78
HSL270.7º64.18%13.14%-
HSV(B)270.7º78.18%21.57%-
XYZ1.480.883.71-
YUV23.48145.79135.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.66%
GREEN value IS 12 (5.08% from 255) = 11.88%
BLUE value IS 55 (21.88% from 255) = 54.46%
R=33.66%
G=11.88%
B=54.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3412550.380.7800.78270.764.1813.14
Hex22C37264E04E10f40d
Octal42146746116011641710015
Binary100010110011011110011010011100100111010000111110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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