#281430

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

Shades of Blackcurrant #281430

Tints of Blackcurrant #281430

Color information

#281430 (or 0x281430) is unknown color: approx Blackcurrant. HEX triplet: 28, 14 and 30. RGB value is (40,20,48). Sum of RGB (Red+Green+Blue) = 40+20+48=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 48 - color contains mainly: blue. Hex color #281430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281430 is #D7EBCF. Grayscale: #1D1D1D. Windows color (decimal): -14150608 or 3150888. OLE color: 3150888.

HSL color Cylindrical-coordinate representation of color #281430: hue angle of 282.86º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #281430 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB402048-
CMYK0.170.5800.81
HSL282.86º41.18%13.33%-
HSV(B)282.86º58.33%18.82%-
XYZ1.661.162.93-
YUV29.17138.63135.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.04%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 48 (19.14% from 255) = 44.44%
R=37.04%
G=18.52%
B=44.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4020480.170.5800.81282.8641.1813.33
Hex281430113A05111b29d
Octal502460217201214335115
Binary1010001010011000010001111010010100011000110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281430; }

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

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

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

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

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

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

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

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