#280B46

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

Shades of Blackcurrant #280B46

Tints of Blackcurrant #280B46

Color information

#280B46 (or 0x280B46) is unknown color: approx Blackcurrant. HEX triplet: 28, 0B and 46. RGB value is (40,11,70). Sum of RGB (Red+Green+Blue) = 40+11+70=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #280B46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B46 is #D7F4B9. Grayscale: #1A1A1A. Windows color (decimal): -14152890 or 4590376. OLE color: 4590376.

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

Color convert

RGB401170-
CMYK0.430.8400.73
HSL269.49º72.84%15.88%-
HSV(B)269.49º84.29%27.45%-
XYZ2.11.135.9-
YUV26.4152.61137.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 11 (4.69% from 255) = 9.09%
BLUE value IS 70 (27.73% from 255) = 57.85%
R=33.06%
G=9.09%
B=57.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4011700.430.8400.73269.4972.8415.88
Hex28B462B5404910d4910
Octal501310653124011141511120
Binary10100010111000110101011101010001001001100001101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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