#281532

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

Shades of Blackcurrant #281532

Tints of Blackcurrant #281532

Color information

#281532 (or 0x281532) is unknown color: approx Blackcurrant. HEX triplet: 28, 15 and 32. RGB value is (40,21,50). Sum of RGB (Red+Green+Blue) = 40+21+50=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #281532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281532 is #D7EACD. Grayscale: #1D1D1D. Windows color (decimal): -14150350 or 3282216. OLE color: 3282216.

HSL color Cylindrical-coordinate representation of color #281532: hue angle of 279.31º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #281532 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB402150-
CMYK0.200.5800.80
HSL279.31º40.85%13.92%-
HSV(B)279.31º58%19.61%-
XYZ1.721.223.16-
YUV29.99139.29135.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=36.04%
G=18.92%
B=45.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4021500.200.5800.80279.3140.8513.92
Hex281532143A05011729e
Octal502562247201204275116
Binary1010001010111001010100111010010100001000101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281532; }

 p { color: rgb(40,21,50); }

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

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

 a { background-color: rgb(40,21,50); }

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

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

 span { border-color: rgb(40,21,50); }

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