#280130

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

Shades of Blackcurrant #280130

Tints of Blackcurrant #280130

Color information

#280130 (or 0x280130) is unknown color: approx Blackcurrant. HEX triplet: 28, 01 and 30. RGB value is (40,1,48). Sum of RGB (Red+Green+Blue) = 40+1+48=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #280130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280130 is #D7FECF. Grayscale: #111111. Windows color (decimal): -14155472 or 3146024. OLE color: 3146024.

HSL color Cylindrical-coordinate representation of color #280130: hue angle of 289.79º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280130 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB40148-
CMYK0.170.9800.81
HSL289.79º95.92%9.61%-
HSV(B)289.79º97.92%18.82%-
XYZ1.420.692.85-
YUV18.02144.92143.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 48 (19.14% from 255) = 53.93%
R=44.94%
G=1.12%
B=53.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal401480.170.9800.81289.7995.929.61
Hex28130116205112260a
Octal5016021142012144214012
Binary10100011100001000111000100101000110010001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280130; }

 p { color: rgb(40,1,48); }

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

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

 a { background-color: rgb(40,1,48); }

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

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

 span { border-color: rgb(40,1,48); }

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