#281340

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

Shades of Blackcurrant #281340

Tints of Blackcurrant #281340

Color information

#281340 (or 0x281340) is unknown color: approx Blackcurrant. HEX triplet: 28, 13 and 40. RGB value is (40,19,64). Sum of RGB (Red+Green+Blue) = 40+19+64=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #281340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281340 is #D7ECBF. Grayscale: #1E1E1E. Windows color (decimal): -14150848 or 4199208. OLE color: 4199208.

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

Color convert

RGB401964-
CMYK0.380.7000.75
HSL268º54.22%16.27%-
HSV(B)268º70.31%25.1%-
XYZ2.031.294.99-
YUV30.41146.96134.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.52%
GREEN value IS 19 (7.81% from 255) = 15.45%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=32.52%
G=15.45%
B=52.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4019640.380.7000.7526854.2216.27
Hex281340264604B10c3610
Octal50231004610601134146620
Binary10100010011100000010011010001100100101110000110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281340; }

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

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

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

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

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

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

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

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