#281534

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

Shades of Blackcurrant #281534

Tints of Blackcurrant #281534

Color information

#281534 (or 0x281534) is unknown color: approx Blackcurrant. HEX triplet: 28, 15 and 34. RGB value is (40,21,52). Sum of RGB (Red+Green+Blue) = 40+21+52=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #281534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281534 is #D7EACB. Grayscale: #1E1E1E. Windows color (decimal): -14150348 or 3413288. OLE color: 3413288.

HSL color Cylindrical-coordinate representation of color #281534: hue angle of 276.77º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281534 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB402152-
CMYK0.230.6000.80
HSL276.77º42.47%14.31%-
HSV(B)276.77º59.62%20.39%-
XYZ1.761.243.39-
YUV30.22140.29134.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 52 (20.70% from 255) = 46.02%
R=35.40%
G=18.58%
B=46.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4021520.230.6000.80276.7742.4714.31
Hex281534173C0501152ae
Octal502564277401204255216
Binary1010001010111010010111111100010100001000101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281534; }

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

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

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

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

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

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

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

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