#221825

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

Shades of Blackcurrant #221825

Tints of Blackcurrant #221825

Color information

#221825 (or 0x221825) is unknown color: approx Blackcurrant. HEX triplet: 22, 18 and 25. RGB value is (34,24,37). Sum of RGB (Red+Green+Blue) = 34+24+37=95 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.79% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 37 - color contains mainly: blue. Hex color #221825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221825 is #DDE7DA. Grayscale: #1C1C1C. Windows color (decimal): -14542811 or 2431010. OLE color: 2431010.

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

Color convert

RGB342437-
CMYK0.080.3500.85
HSL286.15º21.31%11.96%-
HSV(B)286.15º35.14%14.51%-
XYZ1.321.131.9-
YUV28.47132.81131.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 35.79%
GREEN value IS 24 (9.77% from 255) = 25.26%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=35.79%
G=25.26%
B=38.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3424370.080.3500.85286.1521.3111.96
Hex22182582305511e15c
Octal423045104301254362514
Binary10001011000100101100010001101010101100011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221825; }

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

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

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

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

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

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

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

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