#220D2E

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

Shades of Blackcurrant #220D2E

Tints of Blackcurrant #220D2E

Color information

#220D2E (or 0x220D2E) is unknown color: approx Blackcurrant. HEX triplet: 22, 0D and 2E. RGB value is (34,13,46). Sum of RGB (Red+Green+Blue) = 34+13+46=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #220D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D2E is #DDF2D1. Grayscale: #161616. Windows color (decimal): -14545618 or 3018018. OLE color: 3018018.

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

Color convert

RGB341346-
CMYK0.260.7200.82
HSL278.18º55.93%11.57%-
HSV(B)278.18º71.74%18.04%-
XYZ1.30.832.68-
YUV23.04140.96135.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.56%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 46 (18.36% from 255) = 49.46%
R=36.56%
G=13.98%
B=49.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3413460.260.7200.82278.1855.9311.57
Hex22D2E1A4805211638c
Octal4215563211001224267014
Binary1000101101101110110101001000010100101000101101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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