#280148

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

Shades of Blackcurrant #280148

Tints of Blackcurrant #280148

Color information

#280148 (or 0x280148) is unknown color: approx Blackcurrant. HEX triplet: 28, 01 and 48. RGB value is (40,1,72). Sum of RGB (Red+Green+Blue) = 40+1+72=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #280148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280148 is #D7FEB7. Grayscale: #141414. Windows color (decimal): -14155448 or 4718888. OLE color: 4718888.

HSL color Cylindrical-coordinate representation of color #280148: hue angle of 272.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280148 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB40172-
CMYK0.440.9900.72
HSL272.96º97.26%14.31%-
HSV(B)272.96º98.61%28.24%-
XYZ2.060.946.2-
YUV20.76156.92141.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 72 (28.52% from 255) = 63.72%
R=35.40%
G=0.88%
B=63.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal401720.440.9900.72272.9697.2614.31
Hex281482C6304811161e
Octal50111054143011042114116
Binary1010001100100010110011000110100100010001000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280148; }

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

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

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

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

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

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

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

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