#220B2D

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

Shades of Blackcurrant #220B2D

Tints of Blackcurrant #220B2D

Color information

#220B2D (or 0x220B2D) is unknown color: approx Blackcurrant. HEX triplet: 22, 0B and 2D. RGB value is (34,11,45). Sum of RGB (Red+Green+Blue) = 34+11+45=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #220B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B2D is #DDF4D2. Grayscale: #151515. Windows color (decimal): -14546131 or 2951970. OLE color: 2951970.

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

Color convert

RGB341145-
CMYK0.240.7600.82
HSL280.59º60.71%10.98%-
HSV(B)280.59º75.56%17.65%-
XYZ1.250.772.56-
YUV21.75141.12136.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 37.78%
GREEN value IS 11 (4.69% from 255) = 12.22%
BLUE value IS 45 (17.97% from 255) = 50%
R=37.78%
G=12.22%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3411450.240.7600.82280.5960.7110.98
Hex22B2D184C0521193db
Octal4213553011401224317513
Binary1000101011101101110001001100010100101000110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,11,45); }

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

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

 a { background-color: rgb(34,11,45); }

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

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

 span { border-color: rgb(34,11,45); }

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