#221534

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

Shades of Blackcurrant #221534

Tints of Blackcurrant #221534

Color information

#221534 (or 0x221534) is unknown color: approx Blackcurrant. HEX triplet: 22, 15 and 34. RGB value is (34,21,52). Sum of RGB (Red+Green+Blue) = 34+21+52=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #221534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221534 is #DDEACB. Grayscale: #1C1C1C. Windows color (decimal): -14543564 or 3413282. OLE color: 3413282.

HSL color Cylindrical-coordinate representation of color #221534: hue angle of 265.16º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #221534 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB342152-
CMYK0.350.6000.80
HSL265.16º42.47%14.31%-
HSV(B)265.16º59.62%20.39%-
XYZ1.551.123.38-
YUV28.42141.31131.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 31.78%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 52 (20.70% from 255) = 48.60%
R=31.78%
G=19.63%
B=48.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3421520.350.6000.80265.1642.4714.31
Hex221534233C0501092ae
Octal422564437401204115216
Binary10001010101110100100011111100010100001000010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221534; }

 p { color: rgb(34,21,52); }

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

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

 a { background-color: rgb(34,21,52); }

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

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

 span { border-color: rgb(34,21,52); }

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