#28153D

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

Shades of Blackcurrant #28153D

Tints of Blackcurrant #28153D

Color information

#28153D (or 0x28153D) is unknown color: approx Blackcurrant. HEX triplet: 28, 15 and 3D. RGB value is (40,21,61). Sum of RGB (Red+Green+Blue) = 40+21+61=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #28153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28153D is #D7EAC2. Grayscale: #1F1F1F. Windows color (decimal): -14150339 or 4003112. OLE color: 4003112.

HSL color Cylindrical-coordinate representation of color #28153D: hue angle of 268.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28153D is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB402161-
CMYK0.340.6600.76
HSL268.5º48.78%16.08%-
HSV(B)268.5º65.57%23.92%-
XYZ1.991.324.57-
YUV31.24144.79134.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 32.79%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 61 (24.22% from 255) = 50%
R=32.79%
G=17.21%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4021610.340.6600.76268.548.7816.08
Hex28153D224204C10c3110
Octal5025754210201144146120
Binary1010001010111110110001010000100100110010000110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28153D; }

 p { color: rgb(40,21,61); }

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

<style>
 a { background-color: #28153D; }

 a { background-color: rgb(40,21,61); }

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

<style>
 span { border-color: #28153D; }

 span { border-color: rgb(40,21,61); }

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