#28123B

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

Shades of Blackcurrant #28123B

Tints of Blackcurrant #28123B

Color information

#28123B (or 0x28123B) is unknown color: approx Blackcurrant. HEX triplet: 28, 12 and 3B. RGB value is (40,18,59). Sum of RGB (Red+Green+Blue) = 40+18+59=117 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.19% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #28123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28123B is #D7EDC4. Grayscale: #1D1D1D. Windows color (decimal): -14151109 or 3871272. OLE color: 3871272.

HSL color Cylindrical-coordinate representation of color #28123B: hue angle of 272.2º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28123B is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB401859-
CMYK0.320.6900.77
HSL272.2º53.25%15.1%-
HSV(B)272.2º69.49%23.14%-
XYZ1.881.24.27-
YUV29.25144.79135.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.19%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 59 (23.44% from 255) = 50.43%
R=34.19%
G=15.38%
B=50.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4018590.320.6900.77272.253.2515.1
Hex28123B204504D11035f
Octal5022734010501154206517
Binary101000100101110111000001000101010011011000100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28123B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28123B; }

 p { color: rgb(40,18,59); }

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

<style>
 a { background-color: #28123B; }

 a { background-color: rgb(40,18,59); }

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

<style>
 span { border-color: #28123B; }

 span { border-color: rgb(40,18,59); }

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