#221525

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

Shades of Blackcurrant #221525

Tints of Blackcurrant #221525

Color information

#221525 (or 0x221525) is unknown color: approx Blackcurrant. HEX triplet: 22, 15 and 25. RGB value is (34,21,37). Sum of RGB (Red+Green+Blue) = 34+21+37=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #221525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221525 is #DDEADA. Grayscale: #1A1A1A. Windows color (decimal): -14543579 or 2430242. OLE color: 2430242.

HSL color Cylindrical-coordinate representation of color #221525: hue angle of 288.75º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #221525 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB342137-
CMYK0.080.4300.85
HSL288.75º27.59%11.37%-
HSV(B)288.75º43.24%14.51%-
XYZ1.261.011.88-
YUV26.71133.81133.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.96%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 37 (14.84% from 255) = 40.22%
R=36.96%
G=22.83%
B=40.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3421370.080.4300.85288.7527.5911.37
Hex22152582B0551211cb
Octal422545105301254413413
Binary10001010101100101100010101101010101100100001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221525; }

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

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

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

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

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

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

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

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