#220F2C

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

Shades of Blackcurrant #220F2C

Tints of Blackcurrant #220F2C

Color information

#220F2C (or 0x220F2C) is unknown color: approx Blackcurrant. HEX triplet: 22, 0F and 2C. RGB value is (34,15,44). Sum of RGB (Red+Green+Blue) = 34+15+44=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #220F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F2C is #DDF0D3. Grayscale: #171717. Windows color (decimal): -14545108 or 2887458. OLE color: 2887458.

HSL color Cylindrical-coordinate representation of color #220F2C: hue angle of 279.31º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #220F2C is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB341544-
CMYK0.230.6600.83
HSL279.31º49.15%11.57%-
HSV(B)279.31º65.91%17.25%-
XYZ1.290.862.48-
YUV23.99139.29135.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.56%
GREEN value IS 15 (6.25% from 255) = 16.13%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=36.56%
G=16.13%
B=47.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3415440.230.6600.83279.3149.1511.57
Hex22F2C174205311731c
Octal4217542710201234276114
Binary1000101111101100101111000010010100111000101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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