#220C31

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

Shades of Blackcurrant #220C31

Tints of Blackcurrant #220C31

Color information

#220C31 (or 0x220C31) is unknown color: approx Blackcurrant. HEX triplet: 22, 0C and 31. RGB value is (34,12,49). Sum of RGB (Red+Green+Blue) = 34+12+49=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #220C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220C31 is #DDF3CE. Grayscale: #161616. Windows color (decimal): -14545871 or 3214370. OLE color: 3214370.

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

Color convert

RGB341249-
CMYK0.310.7600.81
HSL275.68º60.66%11.96%-
HSV(B)275.68º75.51%19.22%-
XYZ1.350.822.99-
YUV22.8142.79135.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 12 (5.08% from 255) = 12.63%
BLUE value IS 49 (19.53% from 255) = 51.58%
R=35.79%
G=12.63%
B=51.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3412490.310.7600.81275.6860.6611.96
Hex22C311F4C0511143dc
Octal4214613711401214247514
Binary1000101100110001111111001100010100011000101001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,12,49); }

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

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

 a { background-color: rgb(34,12,49); }

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

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

 span { border-color: rgb(34,12,49); }

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