#281040

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

Shades of Blackcurrant #281040

Tints of Blackcurrant #281040

Color information

#281040 (or 0x281040) is unknown color: approx Blackcurrant. HEX triplet: 28, 10 and 40. RGB value is (40,16,64). Sum of RGB (Red+Green+Blue) = 40+16+64=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #281040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281040 is #D7EFBF. Grayscale: #1C1C1C. Windows color (decimal): -14151616 or 4198440. OLE color: 4198440.

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

Color convert

RGB401664-
CMYK0.380.7500.75
HSL270º60%15.69%-
HSV(B)270º75%25.1%-
XYZ1.991.194.98-
YUV28.65147.95136.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=33.33%
G=13.33%
B=53.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4016640.380.7500.752706015.69
Hex281040264B04B10e3c10
Octal50201004611301134167420
Binary10100010000100000010011010010110100101110000111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281040; }

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

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

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

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

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

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

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

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