#281D36

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

Shades of Blackcurrant #281D36

Tints of Blackcurrant #281D36

Color information

#281D36 (or 0x281D36) is unknown color: approx Blackcurrant. HEX triplet: 28, 1D and 36. RGB value is (40,29,54). Sum of RGB (Red+Green+Blue) = 40+29+54=123 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.52% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #281D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281D36 is #D7E2C9. Grayscale: #232323. Windows color (decimal): -14148298 or 3546408. OLE color: 3546408.

HSL color Cylindrical-coordinate representation of color #281D36: hue angle of 266.4º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #281D36 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB402954-
CMYK0.260.4600.79
HSL266.4º30.12%16.27%-
HSV(B)266.4º46.3%21.18%-
XYZ1.981.63.69-
YUV35.14138.64131.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.52%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 54 (21.48% from 255) = 43.90%
R=32.52%
G=23.58%
B=43.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4029540.260.4600.79266.430.1216.27
Hex281D361A2E04F10a1e10
Octal503566325601174123620
Binary1010001110111011011010101110010011111000010101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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