#220A31

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

Shades of Blackcurrant #220A31

Tints of Blackcurrant #220A31

Color information

#220A31 (or 0x220A31) is unknown color: approx Blackcurrant. HEX triplet: 22, 0A and 31. RGB value is (34,10,49). Sum of RGB (Red+Green+Blue) = 34+10+49=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #220A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220A31 is #DDF5CE. Grayscale: #151515. Windows color (decimal): -14546383 or 3213858. OLE color: 3213858.

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

Color convert

RGB341049-
CMYK0.310.8000.81
HSL276.92º66.1%11.57%-
HSV(B)276.92º79.59%19.22%-
XYZ1.320.782.99-
YUV21.62143.45136.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.56%
GREEN value IS 10 (4.30% from 255) = 10.75%
BLUE value IS 49 (19.53% from 255) = 52.69%
R=36.56%
G=10.75%
B=52.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3410490.310.8000.81276.9266.111.57
Hex22A311F5005111542c
Octal42126137120012142510214
Binary10001010101100011111110100000101000110001010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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