#220D30

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

Shades of Blackcurrant #220D30

Tints of Blackcurrant #220D30

Color information

#220D30 (or 0x220D30) is unknown color: approx Blackcurrant. HEX triplet: 22, 0D and 30. RGB value is (34,13,48). Sum of RGB (Red+Green+Blue) = 34+13+48=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #220D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D30 is #DDF2CF. Grayscale: #171717. Windows color (decimal): -14545616 or 3149090. OLE color: 3149090.

HSL color Cylindrical-coordinate representation of color #220D30: hue angle of 276º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #220D30 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB341348-
CMYK0.290.7300.81
HSL276º57.38%11.96%-
HSV(B)276º72.92%18.82%-
XYZ1.340.842.89-
YUV23.27141.96135.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 13 (5.47% from 255) = 13.68%
BLUE value IS 48 (19.14% from 255) = 50.53%
R=35.79%
G=13.68%
B=50.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3413480.290.7300.8127657.3811.96
Hex22D301D4905111439c
Octal4215603511101214247114
Binary1000101101110000111011001001010100011000101001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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