#280030

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

Shades of Blackcurrant #280030

Tints of Blackcurrant #280030

Color information

#280030 (or 0x280030) is unknown color: approx Blackcurrant. HEX triplet: 28, 00 and 30. RGB value is (40,0,48). Sum of RGB (Red+Green+Blue) = 40+0+48=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #280030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280030 is #D7FFCF. Grayscale: #111111. Windows color (decimal): -14155728 or 3145768. OLE color: 3145768.

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

Color convert

RGB40048-
CMYK0.17100.81
HSL290º100%9.41%-
HSV(B)290º100%18.82%-
XYZ1.410.662.85-
YUV17.43145.25144.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 54.55%
R=45.45%
G=0%
B=54.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal400480.17100.812901009.41
Hex280301164051122649
Octal5006021144012144214411
Binary10100001100001000111001000101000110010001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280030; }

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

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

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

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

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

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

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

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