#220F38

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

Shades of Blackcurrant #220F38

Tints of Blackcurrant #220F38

Color information

#220F38 (or 0x220F38) is unknown color: approx Blackcurrant. HEX triplet: 22, 0F and 38. RGB value is (34,15,56). Sum of RGB (Red+Green+Blue) = 34+15+56=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #220F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F38 is #DDF0C7. Grayscale: #191919. Windows color (decimal): -14545096 or 3673890. OLE color: 3673890.

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

Color convert

RGB341556-
CMYK0.390.7300.78
HSL267.8º57.75%13.92%-
HSV(B)267.8º73.21%21.96%-
XYZ1.540.973.85-
YUV25.36145.29134.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 32.38%
GREEN value IS 15 (6.25% from 255) = 14.29%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=32.38%
G=14.29%
B=53.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3415560.390.7300.78267.857.7513.92
Hex22F38274904E10c3ae
Octal4217704711101164147216
Binary10001011111110001001111001001010011101000011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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