#220A37

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

Shades of Blackcurrant #220A37

Tints of Blackcurrant #220A37

Color information

#220A37 (or 0x220A37) is unknown color: approx Blackcurrant. HEX triplet: 22, 0A and 37. RGB value is (34,10,55). Sum of RGB (Red+Green+Blue) = 34+10+55=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #220A37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A37 is #DDF5C8. Grayscale: #161616. Windows color (decimal): -14546377 or 3607074. OLE color: 3607074.

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

Color convert

RGB341055-
CMYK0.380.8200.78
HSL272º69.23%12.75%-
HSV(B)272º81.82%21.57%-
XYZ1.460.833.7-
YUV22.31146.45136.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.34%
GREEN value IS 10 (4.30% from 255) = 10.10%
BLUE value IS 55 (21.88% from 255) = 55.56%
R=34.34%
G=10.10%
B=55.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3410550.380.8200.7827269.2312.75
Hex22A37265204E11045d
Octal42126746122011642010515
Binary100010101011011110011010100100100111010001000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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