#282529

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

Shades of Blackcurrant #282529

Tints of Blackcurrant #282529

Color information

#282529 (or 0x282529) is unknown color: approx Blackcurrant. HEX triplet: 28, 25 and 29. RGB value is (40,37,41). Sum of RGB (Red+Green+Blue) = 40+37+41=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 41 - color contains mainly: blue. Hex color #282529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282529 is #D7DAD6. Grayscale: #262626. Windows color (decimal): -14146263 or 2696488. OLE color: 2696488.

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

Color convert

RGB403741-
CMYK0.020.1000.84
HSL285º5.13%15.29%-
HSV(B)285º9.76%16.08%-
XYZ1.941.932.37-
YUV38.35129.49129.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 41 (16.41% from 255) = 34.75%
R=33.90%
G=31.36%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4037410.020.1000.842855.1315.29
Hex2825292A05411d5f
Octal5045512120124435517
Binary101000100101101001101010010101001000111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282529; }

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

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

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

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

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

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

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

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