#280F46

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

Shades of Blackcurrant #280F46

Tints of Blackcurrant #280F46

Color information

#280F46 (or 0x280F46) is unknown color: approx Blackcurrant. HEX triplet: 28, 0F and 46. RGB value is (40,15,70). Sum of RGB (Red+Green+Blue) = 40+15+70=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #280F46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F46 is #D7F0B9. Grayscale: #1C1C1C. Windows color (decimal): -14151866 or 4591400. OLE color: 4591400.

HSL color Cylindrical-coordinate representation of color #280F46: hue angle of 267.27º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #280F46 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB401570-
CMYK0.430.7900.73
HSL267.27º64.71%16.67%-
HSV(B)267.27º78.57%27.45%-
XYZ2.151.235.92-
YUV28.74151.28136.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32%
GREEN value IS 15 (6.25% from 255) = 12%
BLUE value IS 70 (27.73% from 255) = 56%
R=32%
G=12%
B=56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4015700.430.7900.73267.2764.7116.67
Hex28F462B4F04910b4111
Octal501710653117011141310121
Binary10100011111000110101011100111101001001100001011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280F46; }

 p { color: rgb(40,15,70); }

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

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

 a { background-color: rgb(40,15,70); }

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

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

 span { border-color: rgb(40,15,70); }

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