#281138

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

Shades of Blackcurrant #281138

Tints of Blackcurrant #281138

Color information

#281138 (or 0x281138) is unknown color: approx Blackcurrant. HEX triplet: 28, 11 and 38. RGB value is (40,17,56). Sum of RGB (Red+Green+Blue) = 40+17+56=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 56 (22.27% from 255 or 49.56% from 113); Max value from RGB is 56 - color contains mainly: blue. Hex color #281138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281138 is #D7EEC7. Grayscale: #1C1C1C. Windows color (decimal): -14151368 or 3674408. OLE color: 3674408.

HSL color Cylindrical-coordinate representation of color #281138: hue angle of 275.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #281138 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB401756-
CMYK0.290.7000.78
HSL275.38º53.42%14.31%-
HSV(B)275.38º69.64%21.96%-
XYZ1.791.143.87-
YUV28.32143.62136.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 56 (22.27% from 255) = 49.56%
R=35.40%
G=15.04%
B=49.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4017560.290.7000.78275.3853.4214.31
Hex2811381D4604E11335e
Octal5021703510601164236516
Binary10100010001111000111011000110010011101000100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281138; }

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

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

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

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

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

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

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

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