#28102C

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

Shades of Blackcurrant #28102C

Tints of Blackcurrant #28102C

Color information

#28102C (or 0x28102C) is unknown color: approx Blackcurrant. HEX triplet: 28, 10 and 2C. RGB value is (40,16,44). Sum of RGB (Red+Green+Blue) = 40+16+44=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #28102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28102C is #D7EFD3. Grayscale: #1A1A1A. Windows color (decimal): -14151636 or 2887720. OLE color: 2887720.

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

Color convert

RGB401644-
CMYK0.090.6400.83
HSL291.43º46.67%11.76%-
HSV(B)291.43º63.64%17.25%-
XYZ1.5112.5-
YUV26.37137.95137.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 44 (17.58% from 255) = 44%
R=40%
G=16%
B=44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4016440.090.6400.83291.4346.6711.76
Hex28102C9400531232fc
Octal5020541110001234435714
Binary1010001000010110010011000000010100111001000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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