#281240

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

Shades of Blackcurrant #281240

Tints of Blackcurrant #281240

Color information

#281240 (or 0x281240) is unknown color: approx Blackcurrant. HEX triplet: 28, 12 and 40. RGB value is (40,18,64). Sum of RGB (Red+Green+Blue) = 40+18+64=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #281240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281240 is #D7EDBF. Grayscale: #1D1D1D. Windows color (decimal): -14151104 or 4198952. OLE color: 4198952.

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

Color convert

RGB401864-
CMYK0.380.7200.75
HSL268.7º56.1%16.08%-
HSV(B)268.7º71.88%25.1%-
XYZ2.021.254.99-
YUV29.82147.29135.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=32.79%
G=14.75%
B=52.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4018640.380.7200.75268.756.116.08
Hex281240264804B10d3810
Octal50221004611001134157020
Binary10100010010100000010011010010000100101110000110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281240; }

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

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

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

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

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

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

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

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