#252228

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

Shades of Blackcurrant #252228

Tints of Blackcurrant #252228

Color information

#252228 (or 0x252228) is unknown color: approx Blackcurrant. HEX triplet: 25, 22 and 28. RGB value is (37,34,40). Sum of RGB (Red+Green+Blue) = 37+34+40=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 40 - color contains mainly: blue. Hex color #252228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252228 is #DADDD7. Grayscale: #232323. Windows color (decimal): -14343640 or 2630181. OLE color: 2630181.

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

Color convert

RGB373440-
CMYK0.070.1500.84
HSL270º8.11%14.51%-
HSV(B)270º15%15.69%-
XYZ1.721.692.24-
YUV35.58130.49129.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=33.33%
G=30.63%
B=36.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3734400.070.1500.842708.1114.51
Hex2522287F05410e8f
Octal45425071701244161017
Binary10010110001010100011111110101010010000111010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252228; }

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

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

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

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

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

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

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

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