#220F2E

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

Shades of Blackcurrant #220F2E

Tints of Blackcurrant #220F2E

Color information

#220F2E (or 0x220F2E) is unknown color: approx Blackcurrant. HEX triplet: 22, 0F and 2E. RGB value is (34,15,46). Sum of RGB (Red+Green+Blue) = 34+15+46=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #220F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F2E is #DDF0D1. Grayscale: #181818. Windows color (decimal): -14545106 or 3018530. OLE color: 3018530.

HSL color Cylindrical-coordinate representation of color #220F2E: hue angle of 276.77º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #220F2E is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB341546-
CMYK0.260.6700.82
HSL276.77º50.82%11.96%-
HSV(B)276.77º67.39%18.04%-
XYZ1.320.882.68-
YUV24.22140.29134.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 15 (6.25% from 255) = 15.79%
BLUE value IS 46 (18.36% from 255) = 48.42%
R=35.79%
G=15.79%
B=48.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3415460.260.6700.82276.7750.8211.96
Hex22F2E1A4305211533c
Octal4217563210301224256314
Binary1000101111101110110101000011010100101000101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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