#220935

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

Shades of Blackcurrant #220935

Tints of Blackcurrant #220935

Color information

#220935 (or 0x220935) is unknown color: approx Blackcurrant. HEX triplet: 22, 09 and 35. RGB value is (34,9,53). Sum of RGB (Red+Green+Blue) = 34+9+53=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #220935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220935 is #DDF6CA. Grayscale: #151515. Windows color (decimal): -14546635 or 3475746. OLE color: 3475746.

HSL color Cylindrical-coordinate representation of color #220935: hue angle of 274.09º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #220935 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB34953-
CMYK0.360.8300.79
HSL274.09º70.97%12.16%-
HSV(B)274.09º83.02%20.78%-
XYZ1.40.793.45-
YUV21.49145.78136.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.42%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 53 (21.09% from 255) = 55.21%
R=35.42%
G=9.38%
B=55.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal349530.360.8300.79274.0970.9712.16
Hex22935245304F11247c
Octal42116544123011742210714
Binary100010100111010110010010100110100111110001001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220935; }

 p { color: rgb(34,9,53); }

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

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

 a { background-color: rgb(34,9,53); }

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

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

 span { border-color: rgb(34,9,53); }

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