#281140

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

Shades of Blackcurrant #281140

Tints of Blackcurrant #281140

Color information

#281140 (or 0x281140) is unknown color: approx Blackcurrant. HEX triplet: 28, 11 and 40. RGB value is (40,17,64). Sum of RGB (Red+Green+Blue) = 40+17+64=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #281140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281140 is #D7EEBF. Grayscale: #1D1D1D. Windows color (decimal): -14151360 or 4198696. OLE color: 4198696.

HSL color Cylindrical-coordinate representation of color #281140: hue angle of 269.36º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #281140 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB401764-
CMYK0.380.7300.75
HSL269.36º58.02%15.88%-
HSV(B)269.36º73.44%25.1%-
XYZ21.224.98-
YUV29.24147.62135.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=33.06%
G=14.05%
B=52.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4017640.380.7300.75269.3658.0215.88
Hex281140264904B10d3a10
Octal50211004611101134157220
Binary10100010001100000010011010010010100101110000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281140; }

 p { color: rgb(40,17,64); }

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

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

 a { background-color: rgb(40,17,64); }

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

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

 span { border-color: rgb(40,17,64); }

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