#220F29

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

Shades of Blackcurrant #220F29

Tints of Blackcurrant #220F29

Color information

#220F29 (or 0x220F29) is unknown color: approx Blackcurrant. HEX triplet: 22, 0F and 29. RGB value is (34,15,41). Sum of RGB (Red+Green+Blue) = 34+15+41=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 41 - color contains mainly: blue. Hex color #220F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F29 is #DDF0D6. Grayscale: #171717. Windows color (decimal): -14545111 or 2690850. OLE color: 2690850.

HSL color Cylindrical-coordinate representation of color #220F29: hue angle of 283.85º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #220F29 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB341541-
CMYK0.170.6300.84
HSL283.85º46.43%10.98%-
HSV(B)283.85º63.41%16.08%-
XYZ1.230.842.2-
YUV23.64137.79135.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.78%
GREEN value IS 15 (6.25% from 255) = 16.67%
BLUE value IS 41 (16.41% from 255) = 45.56%
R=37.78%
G=16.67%
B=45.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3415410.170.6300.84283.8546.4310.98
Hex22F29113F05411c2eb
Octal421751217701244345613
Binary100010111110100110001111111010101001000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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