#282130

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

Shades of Blackcurrant #282130

Tints of Blackcurrant #282130

Color information

#282130 (or 0x282130) is unknown color: approx Blackcurrant. HEX triplet: 28, 21 and 30. RGB value is (40,33,48). Sum of RGB (Red+Green+Blue) = 40+33+48=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 48 - color contains mainly: blue. Hex color #282130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282130 is #D7DECF. Grayscale: #242424. Windows color (decimal): -14147280 or 3154216. OLE color: 3154216.

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

Color convert

RGB403348-
CMYK0.170.3100.81
HSL268º18.52%15.88%-
HSV(B)268º31.25%18.82%-
XYZ1.951.753.03-
YUV36.8134.32130.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.06%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=33.06%
G=27.27%
B=39.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4033480.170.3100.8126818.5215.88
Hex282130111F05110c1310
Octal504160213701214142320
Binary1010001000011100001000111111010100011000011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282130; }

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

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

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

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

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

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

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

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