#28142F

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

Shades of Blackcurrant #28142F

Tints of Blackcurrant #28142F

Color information

#28142F (or 0x28142F) is unknown color: approx Blackcurrant. HEX triplet: 28, 14 and 2F. RGB value is (40,20,47). Sum of RGB (Red+Green+Blue) = 40+20+47=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #28142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28142F is #D7EBD0. Grayscale: #1C1C1C. Windows color (decimal): -14150609 or 3085352. OLE color: 3085352.

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

Color convert

RGB402047-
CMYK0.150.5700.82
HSL284.44º40.3%13.14%-
HSV(B)284.44º57.45%18.43%-
XYZ1.641.162.83-
YUV29.06138.13135.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.38%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 47 (18.75% from 255) = 43.93%
R=37.38%
G=18.69%
B=43.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4020470.150.5700.82284.4440.313.14
Hex28142FF3905211c28d
Octal502457177101224345015
Binary101000101001011111111111001010100101000111001010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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