#221B25

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

Shades of Blackcurrant #221B25

Tints of Blackcurrant #221B25

Color information

#221B25 (or 0x221B25) is unknown color: approx Blackcurrant. HEX triplet: 22, 1B and 25. RGB value is (34,27,37). Sum of RGB (Red+Green+Blue) = 34+27+37=98 (12% of max value = 765). Red value is 34 (13.67% from 255 or 34.69% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 37 - color contains mainly: blue. Hex color #221B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B25 is #DDE4DA. Grayscale: #1E1E1E. Windows color (decimal): -14542043 or 2431778. OLE color: 2431778.

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

Color convert

RGB342737-
CMYK0.080.2700.85
HSL282º15.62%12.55%-
HSV(B)282º27.03%14.51%-
XYZ1.391.261.92-
YUV30.23131.82130.69-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.69%
GREEN value IS 27 (10.94% from 255) = 27.55%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=34.69%
G=27.55%
B=37.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3427370.080.2700.8528215.6212.55
Hex221B2581B05511a10d
Octal423345103301254322015
Binary1000101101110010110001101101010101100011010100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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