#221232

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

Shades of Blackcurrant #221232

Tints of Blackcurrant #221232

Color information

#221232 (or 0x221232) is unknown color: approx Blackcurrant. HEX triplet: 22, 12 and 32. RGB value is (34,18,50). Sum of RGB (Red+Green+Blue) = 34+18+50=102 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.33% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #221232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221232 is #DDEDCD. Grayscale: #1A1A1A. Windows color (decimal): -14544334 or 3281442. OLE color: 3281442.

HSL color Cylindrical-coordinate representation of color #221232: hue angle of 270º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #221232 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB341850-
CMYK0.320.6400.80
HSL270º47.06%13.33%-
HSV(B)270º64%19.61%-
XYZ1.4513.13-
YUV26.43141.3133.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=33.33%
G=17.65%
B=49.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3418500.320.6400.8027047.0613.33
Hex221232204005010e2fd
Octal4222624010001204165715
Binary100010100101100101000001000000010100001000011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221232; }

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

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

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

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

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

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

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

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