#221D25

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

Shades of Blackcurrant #221D25

Tints of Blackcurrant #221D25

Color information

#221D25 (or 0x221D25) is unknown color: approx Blackcurrant. HEX triplet: 22, 1D and 25. RGB value is (34,29,37). Sum of RGB (Red+Green+Blue) = 34+29+37=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 37 - color contains mainly: blue. Hex color #221D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D25 is #DDE2DA. Grayscale: #1F1F1F. Windows color (decimal): -14541531 or 2432290. OLE color: 2432290.

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

Color convert

RGB342937-
CMYK0.080.2200.85
HSL277.5º12.12%12.94%-
HSV(B)277.5º21.62%14.51%-
XYZ1.431.351.94-
YUV31.41131.16129.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34%
GREEN value IS 29 (11.72% from 255) = 29%
BLUE value IS 37 (14.84% from 255) = 37%
R=34%
G=29%
B=37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3429370.080.2200.85277.512.1212.94
Hex221D25816055116cd
Octal423545102601254261415
Binary100010111011001011000101100101010110001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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