#28032F

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

Shades of Blackcurrant #28032F

Tints of Blackcurrant #28032F

Color information

#28032F (or 0x28032F) is unknown color: approx Blackcurrant. HEX triplet: 28, 03 and 2F. RGB value is (40,3,47). Sum of RGB (Red+Green+Blue) = 40+3+47=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #28032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28032F is #D7FCD0. Grayscale: #121212. Windows color (decimal): -14154961 or 3081000. OLE color: 3081000.

HSL color Cylindrical-coordinate representation of color #28032F: hue angle of 290.45º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28032F is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB40347-
CMYK0.150.9400.82
HSL290.45º88%9.8%-
HSV(B)290.45º93.62%18.43%-
XYZ1.420.722.75-
YUV19.08143.76142.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 47 (18.75% from 255) = 52.22%
R=44.44%
G=3.33%
B=52.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal403470.150.9400.82290.45889.8
Hex2832FF5E05212258a
Octal5035717136012244213012
Binary10100011101111111110111100101001010010001010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,3,47); }

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

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

 a { background-color: rgb(40,3,47); }

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

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

 span { border-color: rgb(40,3,47); }

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