#220538

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

Shades of Blackcurrant #220538

Tints of Blackcurrant #220538

Color information

#220538 (or 0x220538) is unknown color: approx Blackcurrant. HEX triplet: 22, 05 and 38. RGB value is (34,5,56). Sum of RGB (Red+Green+Blue) = 34+5+56=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #220538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220538 is #DDFAC7. Grayscale: #131313. Windows color (decimal): -14547656 or 3671330. OLE color: 3671330.

HSL color Cylindrical-coordinate representation of color #220538: hue angle of 274.12º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220538 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB34556-
CMYK0.390.9100.78
HSL274.12º83.61%11.96%-
HSV(B)274.12º91.07%21.96%-
XYZ1.430.733.81-
YUV19.48148.61138.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 5 (2.34% from 255) = 5.26%
BLUE value IS 56 (22.27% from 255) = 58.95%
R=35.79%
G=5.26%
B=58.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal345560.390.9100.78274.1283.6111.96
Hex22538275B04E11254c
Octal4257047133011642212414
Binary10001010111100010011110110110100111010001001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220538; }

 p { color: rgb(34,5,56); }

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

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

 a { background-color: rgb(34,5,56); }

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

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

 span { border-color: rgb(34,5,56); }

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