#281336

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

Shades of Blackcurrant #281336

Tints of Blackcurrant #281336

Color information

#281336 (or 0x281336) is unknown color: approx Blackcurrant. HEX triplet: 28, 13 and 36. RGB value is (40,19,54). Sum of RGB (Red+Green+Blue) = 40+19+54=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #281336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281336 is #D7ECC9. Grayscale: #1D1D1D. Windows color (decimal): -14150858 or 3543848. OLE color: 3543848.

HSL color Cylindrical-coordinate representation of color #281336: hue angle of 276º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #281336 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB401954-
CMYK0.260.6500.79
HSL276º47.95%14.31%-
HSV(B)276º64.81%21.18%-
XYZ1.771.183.62-
YUV29.27141.96135.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 54 (21.48% from 255) = 47.79%
R=35.40%
G=16.81%
B=47.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4019540.260.6500.7927647.9514.31
Hex2813361A4104F11430e
Octal5023663210101174246016
Binary10100010011110110110101000001010011111000101001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281336; }

 p { color: rgb(40,19,54); }

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

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

 a { background-color: rgb(40,19,54); }

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

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

 span { border-color: rgb(40,19,54); }

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