#220231

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

Shades of Blackcurrant #220231

Tints of Blackcurrant #220231

Color information

#220231 (or 0x220231) is unknown color: approx Blackcurrant. HEX triplet: 22, 02 and 31. RGB value is (34,2,49). Sum of RGB (Red+Green+Blue) = 34+2+49=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #220231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220231 is #DDFDCE. Grayscale: #101010. Windows color (decimal): -14548431 or 3211810. OLE color: 3211810.

HSL color Cylindrical-coordinate representation of color #220231: hue angle of 280.85º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220231 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB34249-
CMYK0.310.9600.81
HSL280.85º92.16%10%-
HSV(B)280.85º95.92%19.22%-
XYZ1.240.612.96-
YUV16.93146.1140.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 40%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 49 (19.53% from 255) = 57.65%
R=40%
G=2.35%
B=57.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal342490.310.9600.81280.8592.1610
Hex222311F600511195ca
Octal4226137140012143113412
Binary100010101100011111111000000101000110001100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220231; }

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

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

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

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

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

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

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

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