#28033A

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

Shades of Blackcurrant #28033A

Tints of Blackcurrant #28033A

Color information

#28033A (or 0x28033A) is unknown color: approx Blackcurrant. HEX triplet: 28, 03 and 3A. RGB value is (40,3,58). Sum of RGB (Red+Green+Blue) = 40+3+58=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 58 (23.05% from 255 or 57.43% from 101); Max value from RGB is 58 - color contains mainly: blue. Hex color #28033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28033A is #D7FCC5. Grayscale: #141414. Windows color (decimal): -14154950 or 3801896. OLE color: 3801896.

HSL color Cylindrical-coordinate representation of color #28033A: hue angle of 280.36º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28033A is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB40358-
CMYK0.310.9500.77
HSL280.36º90.16%11.96%-
HSV(B)280.36º94.83%22.75%-
XYZ1.670.824.07-
YUV20.33149.26142.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.60%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 58 (23.05% from 255) = 57.43%
R=39.60%
G=2.97%
B=57.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal403580.310.9500.77280.3690.1611.96
Hex2833A1F5F04D1185ac
Octal5037237137011543013214
Binary101000111110101111110111110100110110001100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28033A; }

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

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

<style>
 a { background-color: #28033A; }

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

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

<style>
 span { border-color: #28033A; }

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

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