#28252A

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

Shades of Blackcurrant #28252A

Tints of Blackcurrant #28252A

Color information

#28252A (or 0x28252A) is unknown color: approx Blackcurrant. HEX triplet: 28, 25 and 2A. RGB value is (40,37,42). Sum of RGB (Red+Green+Blue) = 40+37+42=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 42 - color contains mainly: blue. Hex color #28252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28252A is #D7DAD5. Grayscale: #262626. Windows color (decimal): -14146262 or 2762024. OLE color: 2762024.

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

Color convert

RGB403742-
CMYK0.050.1200.84
HSL276º6.33%15.49%-
HSV(B)276º11.9%16.47%-
XYZ1.951.942.46-
YUV38.47129.99129.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=33.61%
G=31.09%
B=35.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4037420.050.1200.842766.3315.49
Hex28252A5C0541146f
Octal5045525140124424617
Binary1010001001011010101011100010101001000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28252A; }

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

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

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

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

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

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

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

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