#281431

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

Shades of Blackcurrant #281431

Tints of Blackcurrant #281431

Color information

#281431 (or 0x281431) is unknown color: approx Blackcurrant. HEX triplet: 28, 14 and 31. RGB value is (40,20,49). Sum of RGB (Red+Green+Blue) = 40+20+49=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #281431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281431 is #D7EBCE. Grayscale: #1D1D1D. Windows color (decimal): -14150607 or 3216424. OLE color: 3216424.

HSL color Cylindrical-coordinate representation of color #281431: hue angle of 281.38º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #281431 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB402049-
CMYK0.180.5900.81
HSL281.38º42.03%13.53%-
HSV(B)281.38º59.18%19.22%-
XYZ1.681.173.04-
YUV29.29139.13135.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=36.70%
G=18.35%
B=44.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4020490.180.5900.81281.3842.0313.53
Hex281431123B0511192ae
Octal502461227301214315216
Binary1010001010011000110010111011010100011000110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281431; }

 p { color: rgb(40,20,49); }

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

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

 a { background-color: rgb(40,20,49); }

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

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

 span { border-color: rgb(40,20,49); }

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