#281141

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

Shades of Blackcurrant #281141

Tints of Blackcurrant #281141

Color information

#281141 (or 0x281141) is unknown color: approx Blackcurrant. HEX triplet: 28, 11 and 41. RGB value is (40,17,65). Sum of RGB (Red+Green+Blue) = 40+17+65=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #281141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281141 is #D7EEBE. Grayscale: #1D1D1D. Windows color (decimal): -14151359 or 4264232. OLE color: 4264232.

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

Color convert

RGB401765-
CMYK0.380.7400.75
HSL268.75º58.54%16.08%-
HSV(B)268.75º73.85%25.49%-
XYZ2.031.235.13-
YUV29.35148.12135.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 65 (25.78% from 255) = 53.28%
R=32.79%
G=13.93%
B=53.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4017650.380.7400.75268.7558.5416.08
Hex281141264A04B10d3b10
Octal50211014611201134157320
Binary10100010001100000110011010010100100101110000110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281141; }

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

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

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

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

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

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

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

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