#280348

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

Shades of Blackcurrant #280348

Tints of Blackcurrant #280348

Color information

#280348 (or 0x280348) is unknown color: approx Blackcurrant. HEX triplet: 28, 03 and 48. RGB value is (40,3,72). Sum of RGB (Red+Green+Blue) = 40+3+72=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #280348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280348 is #D7FCB7. Grayscale: #151515. Windows color (decimal): -14154936 or 4719400. OLE color: 4719400.

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

Color convert

RGB40372-
CMYK0.440.9600.72
HSL272.17º92%14.71%-
HSV(B)272.17º95.83%28.24%-
XYZ2.080.986.21-
YUV21.93156.26140.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 72 (28.52% from 255) = 62.61%
R=34.78%
G=2.61%
B=62.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal403720.440.9600.72272.179214.71
Hex283482C600481105cf
Octal50311054140011042013417
Binary10100011100100010110011000000100100010001000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280348; }

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

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

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

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

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

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

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

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