#221625

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

Shades of Blackcurrant #221625

Tints of Blackcurrant #221625

Color information

#221625 (or 0x221625) is unknown color: approx Blackcurrant. HEX triplet: 22, 16 and 25. RGB value is (34,22,37). Sum of RGB (Red+Green+Blue) = 34+22+37=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #221625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221625 is #DDE9DA. Grayscale: #1B1B1B. Windows color (decimal): -14543323 or 2430498. OLE color: 2430498.

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

Color convert

RGB342237-
CMYK0.080.4100.85
HSL288º25.42%11.57%-
HSV(B)288º40.54%14.51%-
XYZ1.281.051.88-
YUV27.3133.48132.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.56%
GREEN value IS 22 (8.98% from 255) = 23.66%
BLUE value IS 37 (14.84% from 255) = 39.78%
R=36.56%
G=23.66%
B=39.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3422370.080.4100.8528825.4211.57
Hex22162582905512019c
Octal422645105101254403114
Binary10001010110100101100010100101010101100100000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221625; }

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

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

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

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

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

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

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

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