#28103F

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

Shades of Blackcurrant #28103F

Tints of Blackcurrant #28103F

Color information

#28103F (or 0x28103F) is unknown color: approx Blackcurrant. HEX triplet: 28, 10 and 3F. RGB value is (40,16,63). Sum of RGB (Red+Green+Blue) = 40+16+63=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #28103F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28103F is #D7EFC0. Grayscale: #1C1C1C. Windows color (decimal): -14151617 or 4132904. OLE color: 4132904.

HSL color Cylindrical-coordinate representation of color #28103F: hue angle of 270.64º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28103F is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB401663-
CMYK0.370.7500.75
HSL270.64º59.49%15.49%-
HSV(B)270.64º74.6%24.71%-
XYZ1.961.184.83-
YUV28.53147.45136.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.61%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 63 (25% from 255) = 52.94%
R=33.61%
G=13.45%
B=52.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4016630.370.7500.75270.6459.4915.49
Hex28103F254B04B10f3bf
Octal5020774511301134177317
Binary101000100001111111001011001011010010111000011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28103F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28103F; }

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

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

<style>
 a { background-color: #28103F; }

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

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

<style>
 span { border-color: #28103F; }

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

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