#220A2E

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

Shades of Blackcurrant #220A2E

Tints of Blackcurrant #220A2E

Color information

#220A2E (or 0x220A2E) is unknown color: approx Blackcurrant. HEX triplet: 22, 0A and 2E. RGB value is (34,10,46). Sum of RGB (Red+Green+Blue) = 34+10+46=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #220A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A2E is #DDF5D1. Grayscale: #151515. Windows color (decimal): -14546386 or 3017250. OLE color: 3017250.

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

Color convert

RGB341046-
CMYK0.260.7800.82
HSL280º64.29%10.98%-
HSV(B)280º78.26%18.04%-
XYZ1.260.752.66-
YUV21.28141.95137.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.78%
GREEN value IS 10 (4.30% from 255) = 11.11%
BLUE value IS 46 (18.36% from 255) = 51.11%
R=37.78%
G=11.11%
B=51.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3410460.260.7800.8228064.2910.98
Hex22A2E1A4E05211840b
Octal42125632116012243010013
Binary10001010101011101101010011100101001010001100010000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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