#281A35

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

Shades of Blackcurrant #281A35

Tints of Blackcurrant #281A35

Color information

#281A35 (or 0x281A35) is unknown color: approx Blackcurrant. HEX triplet: 28, 1A and 35. RGB value is (40,26,53). Sum of RGB (Red+Green+Blue) = 40+26+53=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #281A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281A35 is #D7E5CA. Grayscale: #212121. Windows color (decimal): -14149067 or 3480104. OLE color: 3480104.

HSL color Cylindrical-coordinate representation of color #281A35: hue angle of 271.11º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #281A35 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB402653-
CMYK0.250.5100.79
HSL271.11º34.18%15.49%-
HSV(B)271.11º50.94%20.78%-
XYZ1.891.453.55-
YUV33.26139.14132.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 53 (21.09% from 255) = 44.54%
R=33.61%
G=21.85%
B=44.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4026530.250.5100.79271.1134.1815.49
Hex281A35193304F10f22f
Octal503265316301174174217
Binary1010001101011010111001110011010011111000011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281A35; }

 p { color: rgb(40,26,53); }

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

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

 a { background-color: rgb(40,26,53); }

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

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

 span { border-color: rgb(40,26,53); }

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