#28112C

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

Shades of Blackcurrant #28112C

Tints of Blackcurrant #28112C

Color information

#28112C (or 0x28112C) is unknown color: approx Blackcurrant. HEX triplet: 28, 11 and 2C. RGB value is (40,17,44). Sum of RGB (Red+Green+Blue) = 40+17+44=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #28112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28112C is #D7EED3. Grayscale: #1A1A1A. Windows color (decimal): -14151380 or 2887976. OLE color: 2887976.

HSL color Cylindrical-coordinate representation of color #28112C: hue angle of 291.11º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28112C is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB401744-
CMYK0.090.6100.83
HSL291.11º44.26%11.96%-
HSV(B)291.11º61.36%17.25%-
XYZ1.531.032.5-
YUV26.96137.62137.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=39.60%
G=16.83%
B=43.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4017440.090.6100.83291.1144.2611.96
Hex28112C93D0531232cc
Octal502154117501234435414
Binary101000100011011001001111101010100111001000111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28112C; }

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

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

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

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

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

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

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

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