#220025

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

Shades of Blackcurrant #220025

Tints of Blackcurrant #220025

Color information

#220025 (or 0x220025) is unknown color: approx Blackcurrant. HEX triplet: 22, 00 and 25. RGB value is (34,0,37). Sum of RGB (Red+Green+Blue) = 34+0+37=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #220025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220025 is #DDFFDA. Grayscale: #0E0E0E. Windows color (decimal): -14548955 or 2424866. OLE color: 2424866.

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

Color convert

RGB34037-
CMYK0.08100.85
HSL295.14º100%7.25%-
HSV(B)295.14º100%14.51%-
XYZ0.990.471.79-
YUV14.38140.76141.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 47.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 52.11%
R=47.89%
G=0%
B=52.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal340370.08100.85295.141007.25
Hex22025864055127647
Octal420451014401254471447
Binary100010010010110001100100010101011001001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220025; }

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

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

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

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

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

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

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

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