#252128

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

Shades of Blackcurrant #252128

Tints of Blackcurrant #252128

Color information

#252128 (or 0x252128) is unknown color: approx Blackcurrant. HEX triplet: 25, 21 and 28. RGB value is (37,33,40). Sum of RGB (Red+Green+Blue) = 37+33+40=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 40 - color contains mainly: blue. Hex color #252128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252128 is #DADED7. Grayscale: #222222. Windows color (decimal): -14343896 or 2629925. OLE color: 2629925.

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

Color convert

RGB373340-
CMYK0.070.1700.84
HSL274.29º9.59%14.31%-
HSV(B)274.29º17.5%15.69%-
XYZ1.691.632.23-
YUV34.99130.83129.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=33.64%
G=30%
B=36.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3733400.070.1700.84274.299.5914.31
Hex252128711054112ae
Octal45415072101244221216
Binary100101100001101000111100010101010010001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252128; }

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

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

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

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

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

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

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

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