#221A25

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

Shades of Blackcurrant #221A25

Tints of Blackcurrant #221A25

Color information

#221A25 (or 0x221A25) is unknown color: approx Blackcurrant. HEX triplet: 22, 1A and 25. RGB value is (34,26,37). Sum of RGB (Red+Green+Blue) = 34+26+37=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 37 (14.84% from 255 or 38.14% from 97); Max value from RGB is 37 - color contains mainly: blue. Hex color #221A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A25 is #DDE5DA. Grayscale: #1D1D1D. Windows color (decimal): -14542299 or 2431522. OLE color: 2431522.

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

Color convert

RGB342637-
CMYK0.080.3000.85
HSL283.64º17.46%12.35%-
HSV(B)283.64º29.73%14.51%-
XYZ1.361.211.91-
YUV29.65132.15131.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.05%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 37 (14.84% from 255) = 38.14%
R=35.05%
G=26.80%
B=38.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3426370.080.3000.85283.6417.4612.35
Hex221A2581E05511c11c
Octal423245103601254342114
Binary1000101101010010110001111001010101100011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221A25; }

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

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

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

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

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

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

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

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