#281930

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

Shades of Blackcurrant #281930

Tints of Blackcurrant #281930

Color information

#281930 (or 0x281930) is unknown color: approx Blackcurrant. HEX triplet: 28, 19 and 30. RGB value is (40,25,48). Sum of RGB (Red+Green+Blue) = 40+25+48=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 48 - color contains mainly: blue. Hex color #281930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281930 is #D7E6CF. Grayscale: #202020. Windows color (decimal): -14149328 or 3152168. OLE color: 3152168.

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

Color convert

RGB402548-
CMYK0.170.4800.81
HSL279.13º31.51%14.31%-
HSV(B)279.13º47.92%18.82%-
XYZ1.761.362.97-
YUV32.11136.97133.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.40%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 48 (19.14% from 255) = 42.48%
R=35.40%
G=22.12%
B=42.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4025480.170.4800.81279.1331.5114.31
Hex281930113005111720e
Octal503160216001214274016
Binary1010001100111000010001110000010100011000101111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281930; }

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

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

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

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

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

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

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

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