#28092D

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

Shades of Blackcurrant #28092D

Tints of Blackcurrant #28092D

Color information

#28092D (or 0x28092D) is unknown color: approx Blackcurrant. HEX triplet: 28, 09 and 2D. RGB value is (40,9,45). Sum of RGB (Red+Green+Blue) = 40+9+45=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #28092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28092D is #D7F6D2. Grayscale: #161616. Windows color (decimal): -14153427 or 2951464. OLE color: 2951464.

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

Color convert

RGB40945-
CMYK0.110.800.82
HSL291.67º66.67%10.59%-
HSV(B)291.67º80%17.65%-
XYZ1.450.842.57-
YUV22.37140.77140.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.55%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 45 (17.97% from 255) = 47.87%
R=42.55%
G=9.57%
B=47.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal409450.110.800.82291.6766.6710.59
Hex2892DB5005212443b
Octal50115513120012244410313
Binary1010001001101101101110100000101001010010010010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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