#280942

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

Shades of Blackcurrant #280942

Tints of Blackcurrant #280942

Color information

#280942 (or 0x280942) is unknown color: approx Blackcurrant. HEX triplet: 28, 09 and 42. RGB value is (40,9,66). Sum of RGB (Red+Green+Blue) = 40+9+66=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 66 (26.17% from 255 or 57.39% from 115); Max value from RGB is 66 - color contains mainly: blue. Hex color #280942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280942 is #D7F6BD. Grayscale: #181818. Windows color (decimal): -14153406 or 4327720. OLE color: 4327720.

HSL color Cylindrical-coordinate representation of color #280942: hue angle of 272.63º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #280942 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB40966-
CMYK0.390.8600.74
HSL272.63º76%14.71%-
HSV(B)272.63º86.36%25.88%-
XYZ1.961.045.25-
YUV24.77151.27138.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 66 (26.17% from 255) = 57.39%
R=34.78%
G=7.83%
B=57.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal409660.390.8600.74272.637614.71
Hex28942275604A1114cf
Octal501110247126011242111417
Binary1010001001100001010011110101100100101010001000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280942; }

 p { color: rgb(40,9,66); }

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

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

 a { background-color: rgb(40,9,66); }

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

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

 span { border-color: rgb(40,9,66); }

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