#281B2C

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

Shades of Blackcurrant #281B2C

Tints of Blackcurrant #281B2C

Color information

#281B2C (or 0x281B2C) is unknown color: approx Blackcurrant. HEX triplet: 28, 1B and 2C. RGB value is (40,27,44). Sum of RGB (Red+Green+Blue) = 40+27+44=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 44 - color contains mainly: blue. Hex color #281B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B2C is #D7E4D3. Grayscale: #202020. Windows color (decimal): -14148820 or 2890536. OLE color: 2890536.

HSL color Cylindrical-coordinate representation of color #281B2C: hue angle of 285.88º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #281B2C is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB402744-
CMYK0.090.3900.83
HSL285.88º23.94%13.92%-
HSV(B)285.88º38.64%17.25%-
XYZ1.721.422.57-
YUV32.82134.31133.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 44 (17.58% from 255) = 39.64%
R=36.04%
G=24.32%
B=39.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4027440.090.3900.83285.8823.9413.92
Hex281B2C92705311e18e
Octal503354114701234363016
Binary10100011011101100100110011101010011100011110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,27,44); }

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

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

 a { background-color: rgb(40,27,44); }

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

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

 span { border-color: rgb(40,27,44); }

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