#28162F

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

Shades of Blackcurrant #28162F

Tints of Blackcurrant #28162F

Color information

#28162F (or 0x28162F) is unknown color: approx Blackcurrant. HEX triplet: 28, 16 and 2F. RGB value is (40,22,47). Sum of RGB (Red+Green+Blue) = 40+22+47=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 47 - color contains mainly: blue. Hex color #28162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28162F is #D7E9D0. Grayscale: #1E1E1E. Windows color (decimal): -14150097 or 3085864. OLE color: 3085864.

HSL color Cylindrical-coordinate representation of color #28162F: hue angle of 283.2º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28162F is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB402247-
CMYK0.150.5300.82
HSL283.2º36.23%13.53%-
HSV(B)283.2º53.19%18.43%-
XYZ1.681.232.84-
YUV30.23137.46134.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=36.70%
G=20.18%
B=43.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4022470.150.5300.82283.236.2313.53
Hex28162FF3505211b24e
Octal502657176501224334416
Binary101000101101011111111110101010100101000110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28162F; }

 p { color: rgb(40,22,47); }

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

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

 a { background-color: rgb(40,22,47); }

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

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

 span { border-color: rgb(40,22,47); }

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