#28014A

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

Shades of Blackcurrant #28014A

Tints of Blackcurrant #28014A

Color information

#28014A (or 0x28014A) is unknown color: approx Blackcurrant. HEX triplet: 28, 01 and 4A. RGB value is (40,1,74). Sum of RGB (Red+Green+Blue) = 40+1+74=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #28014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28014A is #D7FEB5. Grayscale: #141414. Windows color (decimal): -14155446 or 4849960. OLE color: 4849960.

HSL color Cylindrical-coordinate representation of color #28014A: hue angle of 272.05º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28014A is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB40174-
CMYK0.460.9900.71
HSL272.05º97.33%14.71%-
HSV(B)272.05º98.65%29.02%-
XYZ2.120.976.55-
YUV20.98157.92141.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 34.78%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 74 (29.30% from 255) = 64.35%
R=34.78%
G=0.87%
B=64.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal401740.460.9900.71272.0597.3314.71
Hex2814A2E6304711061f
Octal50111256143010742014117
Binary1010001100101010111011000110100011110001000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,1,74); }

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

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

 a { background-color: rgb(40,1,74); }

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

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

 span { border-color: rgb(40,1,74); }

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