#28192F

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

Shades of Blackcurrant #28192F

Tints of Blackcurrant #28192F

Color information

#28192F (or 0x28192F) is unknown color: approx Blackcurrant. HEX triplet: 28, 19 and 2F. RGB value is (40,25,47). Sum of RGB (Red+Green+Blue) = 40+25+47=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #28192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28192F is #D7E6D0. Grayscale: #1F1F1F. Windows color (decimal): -14149329 or 3086632. OLE color: 3086632.

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

Color convert

RGB402547-
CMYK0.150.4700.82
HSL280.91º30.56%14.12%-
HSV(B)280.91º46.81%18.43%-
XYZ1.741.352.86-
YUV31.99136.47133.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.71%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 47 (18.75% from 255) = 41.96%
R=35.71%
G=22.32%
B=41.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4025470.150.4700.82280.9130.5614.12
Hex28192FF2F0521191fe
Octal503157175701224313716
Binary10100011001101111111110111101010010100011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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