#28052D

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

Shades of Blackcurrant #28052D

Tints of Blackcurrant #28052D

Color information

#28052D (or 0x28052D) is unknown color: approx Blackcurrant. HEX triplet: 28, 05 and 2D. RGB value is (40,5,45). Sum of RGB (Red+Green+Blue) = 40+5+45=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #28052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28052D is #D7FAD2. Grayscale: #131313. Windows color (decimal): -14154451 or 2950440. OLE color: 2950440.

HSL color Cylindrical-coordinate representation of color #28052D: hue angle of 292.5º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28052D is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB40545-
CMYK0.110.8900.82
HSL292.5º80%9.8%-
HSV(B)292.5º88.89%17.65%-
XYZ1.40.752.55-
YUV20.02142.1142.25-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 45 (17.97% from 255) = 50%
R=44.44%
G=5.56%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal405450.110.8900.82292.5809.8
Hex2852DB5905212450a
Octal5055513131012244412012
Binary101000101101101101110110010101001010010010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,5,45); }

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

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

 a { background-color: rgb(40,5,45); }

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

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

 span { border-color: rgb(40,5,45); }

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