#280934

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

Shades of Blackcurrant #280934

Tints of Blackcurrant #280934

Color information

#280934 (or 0x280934) is unknown color: approx Blackcurrant. HEX triplet: 28, 09 and 34. RGB value is (40,9,52). Sum of RGB (Red+Green+Blue) = 40+9+52=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #280934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280934 is #D7F6CB. Grayscale: #171717. Windows color (decimal): -14153420 or 3410216. OLE color: 3410216.

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

Color convert

RGB40952-
CMYK0.230.8300.80
HSL283.26º70.49%11.96%-
HSV(B)283.26º82.69%20.39%-
XYZ1.590.893.34-
YUV23.17144.27140-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 52 (20.70% from 255) = 51.49%
R=39.60%
G=8.91%
B=51.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal409520.230.8300.80283.2670.4911.96
Hex28934175305011b46c
Octal50116427123012043310614
Binary10100010011101001011110100110101000010001101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280934; }

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

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

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

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

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

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

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

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