#220D38

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

Shades of Blackcurrant #220D38

Tints of Blackcurrant #220D38

Color information

#220D38 (or 0x220D38) is unknown color: approx Blackcurrant. HEX triplet: 22, 0D and 38. RGB value is (34,13,56). Sum of RGB (Red+Green+Blue) = 34+13+56=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #220D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D38 is #DDF2C7. Grayscale: #181818. Windows color (decimal): -14545608 or 3673378. OLE color: 3673378.

HSL color Cylindrical-coordinate representation of color #220D38: hue angle of 269.3º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #220D38 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB341356-
CMYK0.390.7700.78
HSL269.3º62.32%13.53%-
HSV(B)269.3º76.79%21.96%-
XYZ1.520.913.84-
YUV24.18145.96135-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.01%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 56 (22.27% from 255) = 54.37%
R=33.01%
G=12.62%
B=54.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3413560.390.7700.78269.362.3213.53
Hex22D38274D04E10d3ee
Octal4215704711501164157616
Binary10001011011110001001111001101010011101000011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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