#220A38

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

Shades of Blackcurrant #220A38

Tints of Blackcurrant #220A38

Color information

#220A38 (or 0x220A38) is unknown color: approx Blackcurrant. HEX triplet: 22, 0A and 38. RGB value is (34,10,56). Sum of RGB (Red+Green+Blue) = 34+10+56=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #220A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A38 is #DDF5C7. Grayscale: #161616. Windows color (decimal): -14546376 or 3672610. OLE color: 3672610.

HSL color Cylindrical-coordinate representation of color #220A38: hue angle of 271.3º degrees, saturation: 0.7, 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 #220A38 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB341056-
CMYK0.390.8200.78
HSL271.3º69.7%12.94%-
HSV(B)271.3º82.14%21.96%-
XYZ1.480.843.83-
YUV22.42146.95136.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34%
GREEN value IS 10 (4.30% from 255) = 10%
BLUE value IS 56 (22.27% from 255) = 56%
R=34%
G=10%
B=56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3410560.390.8200.78271.369.712.94
Hex22A38275204E10f46d
Octal42127047122011641710615
Binary100010101011100010011110100100100111010000111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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