#281640

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

Shades of Blackcurrant #281640

Tints of Blackcurrant #281640

Color information

#281640 (or 0x281640) is unknown color: approx Blackcurrant. HEX triplet: 28, 16 and 40. RGB value is (40,22,64). Sum of RGB (Red+Green+Blue) = 40+22+64=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #281640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281640 is #D7E9BF. Grayscale: #202020. Windows color (decimal): -14150080 or 4199976. OLE color: 4199976.

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

Color convert

RGB402264-
CMYK0.380.6600.75
HSL265.71º48.84%16.86%-
HSV(B)265.71º65.62%25.1%-
XYZ2.091.45.01-
YUV32.17145.96133.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 31.75%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=31.75%
G=17.46%
B=50.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4022640.380.6600.75265.7148.8416.86
Hex281640264204B10a3111
Octal50261004610201134126121
Binary10100010110100000010011010000100100101110000101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281640; }

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

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

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

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

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

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

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

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