#280A47

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

Shades of Blackcurrant #280A47

Tints of Blackcurrant #280A47

Color information

#280A47 (or 0x280A47) is unknown color: approx Blackcurrant. HEX triplet: 28, 0A and 47. RGB value is (40,10,71). Sum of RGB (Red+Green+Blue) = 40+10+71=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #280A47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280A47 is #D7F5B8. Grayscale: #191919. Windows color (decimal): -14153145 or 4655656. OLE color: 4655656.

HSL color Cylindrical-coordinate representation of color #280A47: hue angle of 269.51º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #280A47 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB401071-
CMYK0.440.8600.72
HSL269.51º75.31%15.88%-
HSV(B)269.51º85.92%27.84%-
XYZ2.121.126.07-
YUV25.92153.44138.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 10 (4.30% from 255) = 8.26%
BLUE value IS 71 (28.12% from 255) = 58.68%
R=33.06%
G=8.26%
B=58.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4010710.440.8600.72269.5175.3115.88
Hex28A472C5604810e4b10
Octal501210754126011041611320
Binary10100010101000111101100101011001001000100001110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,10,71); }

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

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

 a { background-color: rgb(40,10,71); }

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

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

 span { border-color: rgb(40,10,71); }

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