#280B3D

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

Shades of Blackcurrant #280B3D

Tints of Blackcurrant #280B3D

Color information

#280B3D (or 0x280B3D) is unknown color: approx Blackcurrant. HEX triplet: 28, 0B and 3D. RGB value is (40,11,61). Sum of RGB (Red+Green+Blue) = 40+11+61=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #280B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280B3D is #D7F4C2. Grayscale: #191919. Windows color (decimal): -14152899 or 4000552. OLE color: 4000552.

HSL color Cylindrical-coordinate representation of color #280B3D: hue angle of 274.8º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280B3D is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB401161-
CMYK0.340.8200.76
HSL274.8º69.44%14.12%-
HSV(B)274.8º81.97%23.92%-
XYZ1.841.034.52-
YUV25.37148.11138.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.71%
GREEN value IS 11 (4.69% from 255) = 9.82%
BLUE value IS 61 (24.22% from 255) = 54.46%
R=35.71%
G=9.82%
B=54.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4011610.340.8200.76274.869.4414.12
Hex28B3D225204C11345e
Octal50137542122011442310516
Binary101000101111110110001010100100100110010001001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,11,61); }

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

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

 a { background-color: rgb(40,11,61); }

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

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

 span { border-color: rgb(40,11,61); }

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