#220135

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

Shades of Blackcurrant #220135

Tints of Blackcurrant #220135

Color information

#220135 (or 0x220135) is unknown color: approx Blackcurrant. HEX triplet: 22, 01 and 35. RGB value is (34,1,53). Sum of RGB (Red+Green+Blue) = 34+1+53=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #220135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220135 is #DDFECA. Grayscale: #101010. Windows color (decimal): -14548683 or 3473698. OLE color: 3473698.

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

Color convert

RGB34153-
CMYK0.360.9800.79
HSL278.08º96.3%10.59%-
HSV(B)278.08º98.11%20.78%-
XYZ1.310.623.42-
YUV16.8148.43140.27-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 38.64%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 53 (21.09% from 255) = 60.23%
R=38.64%
G=1.14%
B=60.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal341530.360.9800.79278.0896.310.59
Hex22135246204F11660b
Octal4216544142011742614013
Binary100010111010110010011000100100111110001011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220135; }

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

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

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

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

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

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

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

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