#280932

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

Shades of Blackcurrant #280932

Tints of Blackcurrant #280932

Color information

#280932 (or 0x280932) is unknown color: approx Blackcurrant. HEX triplet: 28, 09 and 32. RGB value is (40,9,50). Sum of RGB (Red+Green+Blue) = 40+9+50=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #280932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280932 is #D7F6CD. Grayscale: #161616. Windows color (decimal): -14153422 or 3279144. OLE color: 3279144.

HSL color Cylindrical-coordinate representation of color #280932: hue angle of 285.37º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280932 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB40950-
CMYK0.200.8200.80
HSL285.37º69.49%11.57%-
HSV(B)285.37º82%19.61%-
XYZ1.550.883.11-
YUV22.94143.27140.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 50 (19.92% from 255) = 50.51%
R=40.40%
G=9.09%
B=50.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal409500.200.8200.80285.3769.4911.57
Hex28932145205011d45c
Octal50116224122012043510514
Binary10100010011100101010010100100101000010001110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280932; }

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

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

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

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

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

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

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

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