#221239

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

Shades of Blackcurrant #221239

Tints of Blackcurrant #221239

Color information

#221239 (or 0x221239) is unknown color: approx Blackcurrant. HEX triplet: 22, 12 and 39. RGB value is (34,18,57). Sum of RGB (Red+Green+Blue) = 34+18+57=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #221239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221239 is #DDEDC6. Grayscale: #1B1B1B. Windows color (decimal): -14544327 or 3740194. OLE color: 3740194.

HSL color Cylindrical-coordinate representation of color #221239: hue angle of 264.62º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #221239 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB341857-
CMYK0.400.6800.78
HSL264.62º52%14.71%-
HSV(B)264.62º68.42%22.35%-
XYZ1.611.073.99-
YUV27.23144.8132.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.19%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 57 (22.66% from 255) = 52.29%
R=31.19%
G=16.51%
B=52.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3418570.400.6800.78264.625214.71
Hex221239284404E10934f
Octal4222715010401164116417
Binary100010100101110011010001000100010011101000010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221239; }

 p { color: rgb(34,18,57); }

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

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

 a { background-color: rgb(34,18,57); }

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

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

 span { border-color: rgb(34,18,57); }

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