#280F2E

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

Shades of Blackcurrant #280F2E

Tints of Blackcurrant #280F2E

Color information

#280F2E (or 0x280F2E) is unknown color: approx Blackcurrant. HEX triplet: 28, 0F and 2E. RGB value is (40,15,46). Sum of RGB (Red+Green+Blue) = 40+15+46=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #280F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F2E is #D7F0D1. Grayscale: #191919. Windows color (decimal): -14151890 or 3018536. OLE color: 3018536.

HSL color Cylindrical-coordinate representation of color #280F2E: hue angle of 288.39º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #280F2E is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB401546-
CMYK0.130.6700.82
HSL288.39º50.82%11.96%-
HSV(B)288.39º67.39%18.04%-
XYZ1.540.992.69-
YUV26.01139.28137.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 15 (6.25% from 255) = 14.85%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=39.60%
G=14.85%
B=45.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4015460.130.6700.82288.3950.8211.96
Hex28F2ED4305212033c
Octal5017561510301224406314
Binary101000111110111011011000011010100101001000001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280F2E; }

 p { color: rgb(40,15,46); }

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

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

 a { background-color: rgb(40,15,46); }

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

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

 span { border-color: rgb(40,15,46); }

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