#28182F

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

Shades of Blackcurrant #28182F

Tints of Blackcurrant #28182F

Color information

#28182F (or 0x28182F) is unknown color: approx Blackcurrant. HEX triplet: 28, 18 and 2F. RGB value is (40,24,47). Sum of RGB (Red+Green+Blue) = 40+24+47=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 47 - color contains mainly: blue. Hex color #28182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28182F is #D7E7D0. Grayscale: #1F1F1F. Windows color (decimal): -14149585 or 3086376. OLE color: 3086376.

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

Color convert

RGB402447-
CMYK0.150.4900.82
HSL281.74º32.39%13.92%-
HSV(B)281.74º48.94%18.43%-
XYZ1.711.312.85-
YUV31.41136.8134.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 47 (18.75% from 255) = 42.34%
R=36.04%
G=21.62%
B=42.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4024470.150.4900.82281.7432.3913.92
Hex28182FF3105211a20e
Octal503057176101224324016
Binary101000110001011111111110001010100101000110101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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